diff --git a/kubejs/startup_scripts/tfg/blocks.plants.js b/kubejs/startup_scripts/tfg/blocks.plants.js index 130ebc1bc..bb2d3331a 100644 --- a/kubejs/startup_scripts/tfg/blocks.plants.js +++ b/kubejs/startup_scripts/tfg/blocks.plants.js @@ -289,6 +289,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/crimson', 'tfc:sapling') .features('tfg:mars/tree/crimson') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(6) .soundType('nether_wart') @@ -296,6 +297,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/warped', 'tfc:sapling') .features('tfg:mars/tree/warped') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(6) .soundType('nether_wart') @@ -303,6 +305,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/alphacene', 'tfc:sapling') .features('species:alphacene_mushroom') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(3) .soundType('nether_wart') @@ -310,6 +313,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/strophar', 'tfc:sapling') .features('tfg:mars/tree/strophar') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(7) .soundType('nether_wart') @@ -317,6 +321,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/aeronos', 'tfc:sapling') .features('tfg:mars/tree/aeronos') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(9) .soundType('nether_wart') @@ -324,6 +329,7 @@ const registerTFGCrops = (event) => { event.create('tfg:saplings/glacian', 'tfc:sapling') .features('tfg:mars/tree/glacian') + .tagBoth('minecraft:sapling') .tagBlock('tfg:do_not_destroy_in_space') .growthDays(9) .soundType('nether_wart')