added saplings tag to mars saplings

This commit is contained in:
Pyritie 2025-09-19 01:51:19 +01:00
parent ba0875298c
commit 43b7fa2d46

View file

@ -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')