23 lines
489 B
JSON
23 lines
489 B
JSON
|
|
{
|
||
|
|
"parent": "minecraft:story/iron_tools",
|
||
|
|
"criteria": {
|
||
|
|
"diamond": {
|
||
|
|
"conditions": {
|
||
|
|
"items": [{"items": ["minecraft:diamond"]}]
|
||
|
|
},
|
||
|
|
"trigger": "minecraft:inventory_changed"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"display": {
|
||
|
|
"announce_to_chat": true,
|
||
|
|
"description": "Lost in light and heat",
|
||
|
|
"frame": "task",
|
||
|
|
"hidden": false,
|
||
|
|
"icon": {"item": "minecraft:diamond"},
|
||
|
|
"show_toast": true,
|
||
|
|
"title": "Hearts of the Sunrise"
|
||
|
|
},
|
||
|
|
"requirements": [["diamond"]],
|
||
|
|
"sends_telemetry_event": false
|
||
|
|
}
|