Skip to content

Commit

Permalink
Fix #895
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialBuilder32 committed Aug 24, 2023
1 parent 8c51e57 commit e02a01e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"criteria": {
"place_brewing_stand": {
"trigger": "minecraft:placed_block"
"trigger": "minecraft:placed_block",
"conditions": {
"block": "minecraft:brewing_stand"
}
}
},
"rewards": {
Expand Down

0 comments on commit e02a01e

Please sign in to comment.