Added war_never_changes.json.
parent
43f7cd0d15
commit
ff9355b4d4
|
@ -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
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue