blossom berry counts as a flower for bees
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user