1
0
Fork 0
Gen2/datapacks/timber/data/vanillatweaks/advancement/timber.json

55 lines
897 B
JSON
Raw Normal View History

2025-08-27 20:49:18 -05:00
{
"display": {
"icon": {
"id": "minecraft:iron_axe"
},
"title": "Timber ",
"description": [
"",
{
"text": "Trees can be instantly chopped with any axe in survival mode.\n",
"color": "gold"
},
{
"text": "Enter",
"color": "green"
},
{
"text": " ",
"color": "gold"
},
{
"text": "/trigger TimberToggle",
"color": "yellow"
},
{
"text": " to toggle the datapack on or off.\n",
"color": "gold"
},
{
"text": "Enter",
"color": "green"
},
{
"text": " ",
"color": "gold"
},
{
"text": "/function timber:help",
"color": "yellow"
},
{
"text": " for config options.",
"color": "gold"
}
],
"show_toast": false,
"announce_to_chat": false
},
"parent": "vanillatweaks:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}