fixed the wild rapeseed/sunflowers not dropping their products

This commit is contained in:
Pyritie
2025-07-09 21:34:07 +01:00
parent 9e60fb584a
commit 8013b4756d

View File

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