Added Trowel
Fixed issue with wrench Organised tools into folders
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:warped_fungus_on_a_stick",
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"components": {
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:wrench"
|
||||
"lzstools:wrench_default"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "LZ's Build Things",
|
||||
"title": "LZ's Tools",
|
||||
"description": {
|
||||
"text": "Tools that you may find useful!"
|
||||
},
|
||||
"background": "minecraft:block/dirt",
|
||||
"background": "minecraft:block/deepslate_tiles",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
|
32
data/lzstools/advancement/visible/trowel_diamond.json
Normal file
32
data/lzstools/advancement/visible/trowel_diamond.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"components": {
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:trowel_diamond"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"text": "Trowel and error"
|
||||
},
|
||||
"description": {
|
||||
"text": "Craft a Diamond Trowel"
|
||||
},
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"parent": "lzstools:visible/trowel_iron",
|
||||
"criteria": {
|
||||
"": {
|
||||
"trigger": "minecraft:recipe_crafted",
|
||||
"conditions": {
|
||||
"recipe_id": "lzstools_trowel:diamond"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
32
data/lzstools/advancement/visible/trowel_iron.json
Normal file
32
data/lzstools/advancement/visible/trowel_iron.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"components": {
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:trowel_iron"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"text": "It's a shovel for lil' you!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Craft a Trowel"
|
||||
},
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"parent": "lzstools:visible/root",
|
||||
"criteria": {
|
||||
"": {
|
||||
"trigger": "minecraft:recipe_crafted",
|
||||
"conditions": {
|
||||
"recipe_id": "lzstools_trowel:iron"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,33 +1,32 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"components": {
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:wrench",
|
||||
"lzstools:wrench_default"
|
||||
]
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:carrot_on_a_stick",
|
||||
"components": {
|
||||
"minecraft:custom_model_data": {
|
||||
"strings": [
|
||||
"lzstools:wrench_default"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"text": "Pivot, PIVOT!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Craft a Block Wrench"
|
||||
},
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"parent": "lzstools:visible/root",
|
||||
"criteria": {
|
||||
"": {
|
||||
"trigger": "minecraft:recipe_crafted",
|
||||
"conditions": {
|
||||
"recipe_id": "lzstools_wrench:wrench"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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