added saplings tag to mars saplings
This commit is contained in:
parent
ba0875298c
commit
43b7fa2d46
1 changed files with 6 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue