fixed the wild rapeseed/sunflowers not dropping their products
This commit is contained in:
@@ -28,6 +28,7 @@ const registerTFGCrops = (event) => {
|
||||
.translationKey('block.tfg.sunflower_wild')
|
||||
.soundType('crop')
|
||||
.seeds('tfg:sunflower_seeds')
|
||||
.food('tfg:sunflower_product')
|
||||
.hardness(0.2)
|
||||
.tagBoth('tfc:wild_crops')
|
||||
.tagItem('c:hidden_from_recipe_viewers')
|
||||
@@ -56,6 +57,7 @@ const registerTFGCrops = (event) => {
|
||||
.translationKey('block.tfg.rapeseed_wild')
|
||||
.soundType('crop')
|
||||
.seeds('tfg:rapeseed_seeds')
|
||||
.food('tfg:rapeseed_product')
|
||||
.hardness(0.2)
|
||||
.tagBoth('tfc:wild_crops')
|
||||
.tagItem('c:hidden_from_recipe_viewers')
|
||||
|
||||
Reference in New Issue
Block a user