Model predicates

This commit is contained in:
Vos
2025-11-10 22:46:58 -06:00
parent d413a716ea
commit 20bba740db
6 changed files with 36 additions and 2 deletions
@@ -0,0 +1,14 @@
{
"parent": "minecraft:item/handheld_rod",
"textures": {
"layer0": "acesbs:item/wand"
},
"overrides": [
{
"predicate": {
"acesbs:used": 1
},
"model": "acesbs:item/wand_used"
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld_rod",
"textures": {
"layer0": "acesbs:item/wand_used"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB