From d16b4288af65522e04b50e86aa17272fdc088136 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 25 Aug 2025 22:51:55 +0100 Subject: [PATCH] tag fixes, collapse recipes --- kubejs/server_scripts/tfg/recipes.collapse.js | 7 +++++++ kubejs/startup_scripts/tfg/blocks.space.js | 14 +++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index 570a5055c..4d2de6a9c 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -66,5 +66,12 @@ function registerTFGCollapseRecipes(event) { event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/amber_mycelium') event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/rusticus_mycelium') event.recipes.tfc.landslide('tfg:grass/mars_dirt', 'tfg:grass/sangnum_mycelium') + event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/mars_clay_dirt') + event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/amber_clay_mycelium') + event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/rusticus_clay_mycelium') + event.recipes.tfc.landslide('tfg:grass/mars_clay_dirt', 'tfg:grass/sangnum_clay_mycelium') + event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/amber_kaolin_mycelium') + event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/rusticus_kaolin_mycelium') + event.recipes.tfc.landslide('tfc:red_kaolin_clay', 'tfg:grass/sangnum_kaolin_mycelium') // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 7a1e8740c..129cf3b55 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -353,7 +353,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_yellow') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:dirt') .fullBlock(true) .opaque(true) @@ -363,7 +363,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_yellow') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:kaolin_clay') .fullBlock(true) .opaque(true) @@ -373,7 +373,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_orange') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:dirt') .fullBlock(true) .opaque(true) @@ -383,7 +383,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_orange') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:kaolin_clay') .fullBlock(true) .opaque(true) @@ -393,7 +393,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_red') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:dirt') .fullBlock(true) .opaque(true) @@ -403,7 +403,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('terracotta_red') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:kaolin_clay') .fullBlock(true) .opaque(true) @@ -413,7 +413,7 @@ function registerTFGSpaceBlocks(event) { .requiresTool(false) .mapColor('dirt') .tagBlock('minecraft:mineable/shovel') - .tagBoth('forge:dirt') + .tagBoth('tfc:dirt') .fullBlock(true) .opaque(true)