1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-29 06:15:55 +00:00

Initial commit

This commit is contained in:
Alexander Minges 2020-05-15 16:17:25 +02:00
commit acbdb5612a
2402 changed files with 15870 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{
"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"
}
]
}