You've already forked minecraft-assets
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:glass_bottle",
|
|
"title": "Brew a Potion"
|
|
},
|
|
"parent": "minecraft:story/obtain_blaze_rod",
|
|
"criteria": {
|
|
"potion": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:potion"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |