Added war_never_changes.json.

master
benamaurer 2021-05-20 11:19:35 -05:00
parent 43f7cd0d15
commit ff9355b4d4
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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
}]
}
}
}
}