Updated Namespace

Integrated Resourcepack
This commit is contained in:
2025-05-14 12:03:04 +01:00
parent 4137e85850
commit e2eb8071f7
82 changed files with 181 additions and 133 deletions

View File

@@ -0,0 +1,10 @@
{
"criteria": {
"requirement": {
"trigger": "minecraft:tick"
}
},
"rewards": {
"function": "lzstools:recipes"
}
}

View File

@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"id": "minecraft:warped_fungus_on_a_stick",
"components": {
"minecraft:custom_model_data": {
"strings": [
"lzstools:wrench"
]
}
}
},
"title": "LZ's Build Things",
"description": {
"text": "Tools that you may find useful!"
},
"background": "minecraft:block/dirt",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}

View File

@@ -0,0 +1,33 @@
{
"display": {
"icon": {
"id": "minecraft:carrot_on_a_stick",
"components": {
"minecraft:custom_model_data": {
"strings": [
"lzstools:wrench",
"lzstools:wrench_default"
]
}
}
},
"title": {
"text": "Pivot, PIVOT!"
},
"description": {
"text": "Craft a Block Wrench"
},
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "lzstools:visible/root",
"criteria": {
"": {
"trigger": "minecraft:recipe_crafted",
"conditions": {
"recipe_id": "wrench:wrench"
}
}
}
}