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

66 lines
1.4 KiB
JSON

{
"credit": "Made with Blockbench",
"textures": {
"0": "block/0",
"particle": "block/0"
},
"elements": [
{
"from": [0, 0, 12],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
"east": {"uv": [0, 0, 4, 16], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 4, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 4], "texture": "#0"},
"down": {"uv": [0, 0, 16, 4], "texture": "#0"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"translation": [0, 3, -4],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"translation": [0, 3, -4],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [2.63, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [0, -90, 25],
"translation": [2.63, 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": [20, 20, 0],
"translation": [-1.75, 1.75, 0],
"scale": [0.7, 0.7, 0.7]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [0, 0, 4.75]
}
},
"groups": [
{
"name": "VoxelShapes",
"origin": [8, 8, 8],
"children": [0]
}
]
}