Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"display": {
"icon": {
"item": "kitchenkarrot:carrot_spices"
},
"title": {
"translate": "advancement.kitchenkarrot.root.title"
},
"description": {
"translate": "advancement.kitchenkarrot.root.desc"
},
"frame": "task",
"show_toast": false,
"announce_to_chat": false,
"hidden": false,
"background": "kitchenkarrot:textures/gui/white_terracotta.png"
},
"criteria": {
"root": {
"trigger": "minecraft:inventory_changed",
"conditions": {}
}
},
"requirements": [
[
"root"
]
]
}