HexCasting/Common/src/main/resources/assets/hexcasting/models/block/template_sided_circle_widget_south.json
2022-06-18 10:18:34 -05:00

55 lines
1.3 KiB
JSON

{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"particle": "hexcasting:block/circle/common",
"common": "hexcasting:block/circle/common",
"core": "hexcasting:block/circle/impetus"
},
"elements": [
{
"name": "south",
"from": [4, 0, 14],
"to": [12, 2, 16],
"faces": {
"north": {"uv": [0, 0, 4, 1], "texture": "#missing"},
"east": {"uv": [2, 14, 4, 16], "texture": "#core"},
"south": {"uv": [0, 0, 4, 1], "texture": "#common"},
"west": {"uv": [2, 14, 4, 16], "texture": "#core"},
"up": {"uv": [4, 0, 12, 2], "texture": "#core"},
"down": {"uv": [4, 14, 12, 16], "rotation": 180, "texture": "#core"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}