Patched items and added models for rotator wrench.

This commit is contained in:
2025-04-02 18:36:14 +01:00
parent 0d69eff7d8
commit c758d5a343
16 changed files with 328 additions and 8 deletions
@@ -0,0 +1,18 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"index": 1,
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/carrot_on_a_stick"
},
"cases": [
{ "when": "lzstealth:wrench_default", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench" } },
{ "when": "lzstealth:wrench_flip", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_flip" } },
{ "when": "lzstealth:wrench_face_player", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_face_player" } },
{ "when": "lzstealth:wrench_face_click", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_face_click" } },
{ "when": "lzstealth:wrench_terracotta", "model": { "type": "model", "model": "rotator_wrench:items/rotator_wrench_terracotta" } }
]
}
}
@@ -12,7 +12,7 @@
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:foodfood/drink_sweet_berry" } }
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
]
}
}