1
0
Fork 0
Gen2/datapacks/creeper-no-grief/data/vanillatweaks/advancement/confetti_creepers.json
2025-08-27 20:49:18 -05:00

55 lines
No EOL
899 B
JSON
Executable file

{
"display": {
"icon": {
"id": "minecraft:creeper_head"
},
"title": "Confetti Creepers ",
"description": [
"",
{
"text": "There is a chance each creeper will explode into confetti and do no damage to blocks.\n",
"color": "gold"
},
{
"text": "Enter",
"color": "green"
},
{
"text": " ",
"color": "gold"
},
{
"text": "/trigger cftCreep",
"color": "yellow"
},
{
"text": " for details.\n",
"color": "gold"
},
{
"text": "Enter",
"color": "green"
},
{
"text": " ",
"color": "gold"
},
{
"text": "/function confetti_creepers:config",
"color": "yellow"
},
{
"text": " for config options.",
"color": "gold"
}
],
"show_toast": false,
"announce_to_chat": false
},
"parent": "vanillatweaks:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}