Create/src/main/resources/assets/create/models/block/seat.json

56 lines
1.3 KiB
JSON
Raw Normal View History

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "create:block/seat/bottom",
"1": "create:block/seat/top_red",
"2": "create:block/seat/side_red",
"particle": "#1"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 8, 16],
"faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#2"},
"east": {"uv": [0, 8, 16, 16], "texture": "#2"},
"south": {"uv": [0, 8, 16, 16], "texture": "#2"},
"west": {"uv": [0, 8, 16, 16], "texture": "#2"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
],
"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],
"translation": [0, 2, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}