Added Trowel
Fixed issue with wrench Organised tools into folders
This commit is contained in:
21
data/lzstools_wrench/item_modifier/flip.json
Normal file
21
data/lzstools_wrench/item_modifier/flip.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
{
|
||||
"text": "Flip"
|
||||
}
|
||||
],
|
||||
"mode": "replace_all"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_custom_model_data",
|
||||
"strings": {
|
||||
"values": [
|
||||
"lzstools:wrench_flip"
|
||||
],
|
||||
"mode": "replace_all"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user