mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
18 lines
765 B
JSON
18 lines
765 B
JSON
{
|
|
"textures": {
|
|
"particle": "#texture"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 0, 13 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" },
|
|
"up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" },
|
|
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
|
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" },
|
|
"west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" },
|
|
"east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }
|
|
}
|
|
}
|
|
]
|
|
}
|