24 lines
562 B
JSON
24 lines
562 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "minecraft:tnt"
|
||
|
},
|
||
|
"title": "War, war never changes.",
|
||
|
"description": "Obtain a stack of tnt... <.<",
|
||
|
"frame": "task",
|
||
|
"announce_to_chat": true
|
||
|
},
|
||
|
"parent": "canopy:root",
|
||
|
"criteria": {
|
||
|
"get_boom_booms": {
|
||
|
"trigger": "minecraft:inventory_changed",
|
||
|
"conditions": {
|
||
|
"items": [{
|
||
|
"item": "minecraft:tnt",
|
||
|
"count": 64
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|