44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"bottom": "neocomputers:block/generic_top",
|
|
"top": "neocomputers:block/assembler_top",
|
|
"side": "neocomputers:block/assembler_side",
|
|
"particle": "neocomputers:block/generic_top"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 16, 7, 16 ],
|
|
"faces": {
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
|
|
"north": { "uv": [ 0, 0, 16, 7 ], "texture": "#side" },
|
|
"south": { "uv": [ 0, 0, 16, 7 ], "texture": "#side" },
|
|
"west": { "uv": [ 0, 0, 16, 7 ], "texture": "#side" },
|
|
"east": { "uv": [ 0, 0, 16, 7 ], "texture": "#side" }
|
|
}
|
|
},
|
|
{ "from": [ 2, 7, 2 ],
|
|
"to": [ 14, 9, 14 ],
|
|
"faces": {
|
|
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#top" },
|
|
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
|
|
"north": { "uv": [ 2, 7, 14, 9 ], "texture": "#side" },
|
|
"south": { "uv": [ 2, 7, 14, 9 ], "texture": "#side" },
|
|
"west": { "uv": [ 2, 7, 14, 9 ], "texture": "#side" },
|
|
"east": { "uv": [ 2, 7, 14, 9 ], "texture": "#side" }
|
|
}
|
|
},
|
|
{ "from": [ 0, 9, 0 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
|
|
"north": { "uv": [ 0, 9, 16, 16 ], "texture": "#side" },
|
|
"south": { "uv": [ 0, 9, 16, 16 ], "texture": "#side" },
|
|
"west": { "uv": [ 0, 9, 16, 16 ], "texture": "#side" },
|
|
"east": { "uv": [ 0, 9, 16, 16 ], "texture": "#side" }
|
|
}
|
|
}
|
|
]
|
|
} |