blossom berry counts as a flower for bees
This commit is contained in:
parent
05fc0aa6f6
commit
a6ec313d09
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue