Added what_is_wrong_with_you.json
parent
ff9355b4d4
commit
90d0d72632
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"icon": {
|
||||||
|
"item": "minecraft:netherite_block"
|
||||||
|
},
|
||||||
|
"title": "What is wrong with you...",
|
||||||
|
"description": "Build a full beacon out of netherite blocks.",
|
||||||
|
"frame": "challenge",
|
||||||
|
"announce_to_chat": true
|
||||||
|
},
|
||||||
|
"parent": "canopy:root",
|
||||||
|
"criteria": {
|
||||||
|
"have_netherite": {
|
||||||
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
"conditions": {
|
||||||
|
"items": [{
|
||||||
|
"item": "minecraft:netherite_block",
|
||||||
|
"count": 244
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue