mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-06 07:26:04 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"textures": {
|
|
"side": "#side",
|
|
"top": "#top",
|
|
"particle": "#texture"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 7, 12, 0 ],
|
|
"to": [ 9, 15, 9 ],
|
|
"faces": {
|
|
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
|
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
|
"north": { "uv": [ 7, 1, 9, 4 ], "texture": "#side", "cullface": "north" },
|
|
"west": { "uv": [ 0, 1, 9, 4 ], "texture": "#side" },
|
|
"east": { "uv": [ 7, 1, 16, 4 ], "texture": "#side" }
|
|
},
|
|
"__comment": "top bar"
|
|
},
|
|
{ "from": [ 7, 6, 0 ],
|
|
"to": [ 9, 9, 9 ],
|
|
"faces": {
|
|
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
|
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
|
"north": { "uv": [ 7, 7, 9, 10 ], "texture": "#side", "cullface": "north" },
|
|
"west": { "uv": [ 0, 7, 9, 10 ], "texture": "#side" },
|
|
"east": { "uv": [ 7, 7, 16, 10 ], "texture": "#side" }
|
|
},
|
|
"__comment": "lower bar"
|
|
}
|
|
]
|
|
}
|