You've already forked minecraft-assets
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:potion",
|
|
"title": "Brew a Weakness Potion"
|
|
},
|
|
"parent": "minecraft:story/obtain_blaze_rod",
|
|
"criteria": {
|
|
"potion": {
|
|
"trigger": "minecraft:brewed_potion",
|
|
"conditions": {
|
|
"potion": "minecraft:weakness"
|
|
}
|
|
}
|
|
}
|
|
} |