You've already forked minecraft-assets
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:potion",
|
|
"title": "A Weak Brew",
|
|
"description": "Brew up a potion of Weakness"
|
|
},
|
|
"parent": "minecraft:story/obtain_blaze_rod",
|
|
"criteria": {
|
|
"potion": {
|
|
"trigger": "minecraft:brewed_potion",
|
|
"conditions": {
|
|
"potion": "minecraft:weakness"
|
|
}
|
|
}
|
|
}
|
|
} |