Files
fantasysmp_fabric/src/main/resources/assets/fantasysmp/items/witherite_shield.json
T
zxq5 1c1362d6ea
build / build (push) Has been cancelled
this might actually work
2026-06-30 22:26:46 +01:00

44 lines
779 B
JSON

{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:special",
"base": "minecraft:item/shield",
"model": {
"type": "fantasysmp:witherite_shield"
}
},
"on_true": {
"type": "minecraft:special",
"base": "minecraft:item/shield_blocking",
"model": {
"type": "fantasysmp:witherite_shield"
}
},
"property": "minecraft:using_item",
"transformation": {
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"right_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
-1.0,
-1.0
],
"translation": [
0.0,
0.0,
0.0
]
}
}
}