You've already forked minecraft-assets
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"display": {
|
|
"icon": "minecraft:blaze_rod",
|
|
"title": "Into Fire",
|
|
"description": "Relieve a Blaze of its rod"
|
|
},
|
|
"parent": "minecraft:story/enter_the_nether",
|
|
"criteria": {
|
|
"blaze_rod": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:blaze_rod"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |