SMP-MODPACK/.minecraft/resourcepacks/assets/minecraft/models/block/custom_template_anvil.json
2024-03-06 10:50:17 +01:00

69 lines
2.9 KiB
JSON

{
"__comment": "JimStoneCraft - 2020",
"parent": "minecraft:block/block",
"textures": {
"particle": "minecraft:block/anvil",
"front": "minecraft:block/anvil_front",
"side": "minecraft:block/anvil_side",
"inside": "minecraft:block/anvil"
},
"display": {
"gui": {
"rotation": [ 30, 135, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
}
},
"elements": [
{ "__comment": "Anvil base",
"from": [ 2, 0, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "rotation": 180, "cullface": "down" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "rotation": 180 },
"north": { "uv": [ 2, 12, 14, 16 ], "texture": "#side" },
"south": { "uv": [ 2, 12, 14, 16 ], "texture": "#side" },
"west": { "uv": [ 2, 12, 14, 16 ], "texture": "#front" },
"east": { "uv": [ 2, 12, 14, 16 ], "texture": "#front" }
}
},
{ "__comment": "Lower narrow portion",
"from": [ 4, 4, 3 ],
"to": [ 12, 5, 13 ],
"faces": {
"up": { "uv": [ 4, 3, 12, 13 ], "texture": "#inside", "rotation": 180 },
"north": { "uv": [ 4, 11, 12, 12 ], "texture": "#side" },
"south": { "uv": [ 4, 11, 12, 12 ], "texture": "#side" },
"west": { "uv": [ 3, 11, 13, 12 ], "texture": "#front" },
"east": { "uv": [ 3, 11, 13, 12 ], "texture": "#front" }
}
},
{ "__comment": "Wider section beneath top portion",
"from": [ 6, 5, 4 ],
"to": [ 10, 10, 12 ],
"faces": {
"north": { "uv": [ 6, 6, 10, 11 ], "texture": "#side" },
"south": { "uv": [ 6, 6, 10, 11 ], "texture": "#side" },
"west": { "uv": [ 4, 6, 12, 11 ], "texture": "#front" },
"east": { "uv": [ 4, 6, 12, 11 ], "texture": "#front" }
}
},
{ "__comment": "Anvil top",
"from": [ 3, 10, 0 ],
"to": [ 13, 16, 16 ],
"faces": {
"down": { "uv": [ 3, 0, 13, 16 ], "texture": "#inside", "rotation": 180 },
"up": { "uv": [ 3, 0, 13, 16 ], "texture": "#top", "rotation": 180 },
"north": { "uv": [ 3, 0, 13, 6 ], "texture": "#side" },
"south": { "uv": [ 3, 0, 13, 6 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 6 ], "texture": "#front" },
"east": { "uv": [ 0, 0, 16, 6 ], "texture": "#front" }
}
}
]
}