Skip to content

Commit

Permalink
fix rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed May 24, 2024
1 parent 9a445f4 commit 0c1b29b
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions origins/src/main/resources/data/origins/powers/flower_bloom.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,26 @@
"food": {
"type": "origins:prevent_item_use",
"item_condition": {
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:allow_bee_eat"
},
"inverted": true
"type": "origins:and",
"conditions": [
{
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:allow_bee_eat"
},
"inverted": true
},
{
"type": "origins:food"
},
{
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:ignore_diet"
},
"inverted": true
}
]
}
},
"name": "Bloom",
Expand Down

0 comments on commit 0c1b29b

Please sign in to comment.