1
0
Fork 0
Gen2/datapacks/xp-bottling/data/vanillatweaks/advancement/xp_management.json
2025-08-27 20:49:18 -05:00

35 lines
No EOL
629 B
JSON
Executable file

{
"display": {
"icon": {
"id": "minecraft:experience_bottle"
},
"title": "XP Bottling ",
"description": [
"",
{
"text": "Right-click",
"color": "green"
},
{
"text": " an enchanting table with an empty bottle to fill it with some of your XP.\n",
"color": "gold"
},
{
"text": "Smelt",
"color": "green"
},
{
"text": " an XP bottle in a furnace to losslessly get your XP back.",
"color": "gold"
}
],
"show_toast": false,
"announce_to_chat": false
},
"parent": "vanillatweaks:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}