ModernLifePatch/src/main/resources/assets/modernlife/models/block/air_conditioner.json

58 lines
1.4 KiB
JSON

{
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"106": "modernlife:block/air_conditioner",
"pa": "modernlife:block/air_conditioner"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 15],
"faces": {
"north": {"uv": [10.33333, 0, 15.66667, 5.33333], "texture": "#106"},
"east": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#106"},
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#106"},
"west": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#106"},
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#106"},
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#106"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 3, 1],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"translation": [0, 3, 1],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [30, 45, 0],
"translation": [0.25, 0, 0],
"scale": [0.6, 0.6, 0.6]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}