Updated Namespace
Integrated Resourcepack
This commit is contained in:
10
data/lzstools/advancement/recipes.json
Normal file
10
data/lzstools/advancement/recipes.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "lzstools:recipes"
|
||||
}
|
||||
}
|
26
data/lzstools/advancement/visible/root.json
Normal file
26
data/lzstools/advancement/visible/root.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
33
data/lzstools/advancement/visible/wrench.json
Normal file
33
data/lzstools/advancement/visible/wrench.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user