From a807d2694ffe4639cd729024a5e50366bcc48a0a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 15 Dec 2025 17:49:53 +0000 Subject: [PATCH] hide tfc gypsum, add some tag models for dirt and sand --- kubejs/assets/ae2/lang/en_us.json | 19 ++++++++++++++++++- kubejs/assets/forge/models/tag/item/sand.json | 3 +++ .../minecraft/models/tag/item/dirt.json | 3 +++ kubejs/startup_scripts/tfc/constants.js | 3 +-- 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 kubejs/assets/forge/models/tag/item/sand.json create mode 100644 kubejs/assets/minecraft/models/tag/item/dirt.json diff --git a/kubejs/assets/ae2/lang/en_us.json b/kubejs/assets/ae2/lang/en_us.json index 21c8b4547..c8cfd5d83 100644 --- a/kubejs/assets/ae2/lang/en_us.json +++ b/kubejs/assets/ae2/lang/en_us.json @@ -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" } \ No newline at end of file diff --git a/kubejs/assets/forge/models/tag/item/sand.json b/kubejs/assets/forge/models/tag/item/sand.json new file mode 100644 index 000000000..7a5974d0b --- /dev/null +++ b/kubejs/assets/forge/models/tag/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "tfc:item/sand/yellow" +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/models/tag/item/dirt.json b/kubejs/assets/minecraft/models/tag/item/dirt.json new file mode 100644 index 000000000..7dd03d568 --- /dev/null +++ b/kubejs/assets/minecraft/models/tag/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "tfc:item/dirt/loam" +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index eab52bc3e..7e4034245 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -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",