blossom berry counts as a flower for bees

This commit is contained in:
Pyritie 2026-01-10 20:39:16 +00:00
parent 05fc0aa6f6
commit a6ec313d09

View file

@ -139,6 +139,7 @@ const registerTFGCrops = (event) => {
.stages(3)
.hardness(0.4)
.tagBlock('minecraft:mineable/hoe')
.tagBlock('minecraft:flowers')
.productItem(product => {
product.food(food => {
food.hunger(5)
@ -161,6 +162,7 @@ const registerTFGCrops = (event) => {
.tagBoth('tfc:wild_crops')
.tagBlock('minecraft:mineable/hoe')
.tagBlock('tfc:can_be_snow_piled')
.tagBlock('minecraft:flowers')
.tagItem('c:hidden_from_recipe_viewers')