hide tfc gypsum, add some tag models for dirt and sand
This commit is contained in:
parent
7dc6ab64e4
commit
a807d2694f
4 changed files with 25 additions and 3 deletions
|
|
@ -2,5 +2,22 @@
|
|||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"gui.ae2.inWorldCraftingPresses": "Crafting Presses are obtained by breaking a Mysterious Cube. Mysterious Cubes are in the center of meteorites which can be found on the moon.",
|
||||
"gui.advanced_ae.AdvPatternProvider": "",
|
||||
"gui.expandedae.exp_pattern_provider": ""
|
||||
"gui.expandedae.exp_pattern_provider": "",
|
||||
"item.ae2.sky_dust": "Suevite Dust",
|
||||
"block.ae2.sky_stone_block": "Raw Suevite",
|
||||
"block.ae2.sky_stone_stairs": "Suevite Stairs",
|
||||
"block.ae2.sky_stone_wall": "Suevite Wall",
|
||||
"block.ae2.sky_stone_slab": "Suevite Slab",
|
||||
"block.ae2.smooth_sky_stone_block": "Smooth Suevite",
|
||||
"block.ae2.smooth_sky_stone_stairs": "Smooth Suevite Stairs",
|
||||
"block.ae2.smooth_sky_stone_wall": "Smooth Suevite Wall",
|
||||
"block.ae2.smooth_sky_stone_slab": "Smooth Suevite Slab",
|
||||
"block.ae2.sky_stone_brick": "Suevite Bricks",
|
||||
"block.ae2.sky_stone_brick_stairs": "Suevite Brick Stairs",
|
||||
"block.ae2.sky_stone_brick_wall": "Suevite Brick Wall",
|
||||
"block.ae2.sky_stone_brick_slab": "Suevite Brick Slab",
|
||||
"block.ae2.sky_stone_small_brick": "Suevite Small Bricks",
|
||||
"block.ae2.sky_stone_small_brick_stairs": "Suevite Small Brick Stairs",
|
||||
"block.ae2.sky_stone_small_brick_wall": "Suevite Small Brick Wall",
|
||||
"block.ae2.sky_stone_small_brick_slab": "Suevite Small Brick Slab"
|
||||
}
|
||||
3
kubejs/assets/forge/models/tag/item/sand.json
Normal file
3
kubejs/assets/forge/models/tag/item/sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:item/sand/yellow"
|
||||
}
|
||||
3
kubejs/assets/minecraft/models/tag/item/dirt.json
Normal file
3
kubejs/assets/minecraft/models/tag/item/dirt.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfc:item/dirt/loam"
|
||||
}
|
||||
|
|
@ -306,7 +306,7 @@ global.TFC_DISABLED_ITEMS = /** @type {const} */ ([
|
|||
"tfc:ore/ruby",
|
||||
"tfc:ore/sapphire",
|
||||
"tfc:ore/topaz",
|
||||
|
||||
"tfc:ore/gypsum",
|
||||
"tfc:ore/graphite",
|
||||
"tfc:ore/sulfur",
|
||||
"tfc:ore/cinnabar",
|
||||
|
|
@ -315,7 +315,6 @@ global.TFC_DISABLED_ITEMS = /** @type {const} */ ([
|
|||
"tfc:ore/borax",
|
||||
"tfc:ore/bituminous_coal",
|
||||
"tfc:ore/lignite",
|
||||
"tfc:ore/halite",
|
||||
|
||||
// Axles
|
||||
"tfc:wood/axle/acacia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue