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!
25 lines
802 B
JSON
25 lines
802 B
JSON
{
|
|
"parent": "block/block",
|
|
"elements": [
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 16, 16, 16 ],
|
|
"faces": {
|
|
"down": { "texture": "#down", "cullface": "down" },
|
|
"up": { "texture": "#up", "rotation": 180, "cullface": "up" },
|
|
"north": { "texture": "#north", "cullface": "north" },
|
|
"south": { "texture": "#south", "cullface": "south" },
|
|
"west": { "texture": "#west", "cullface": "west" },
|
|
"east": { "texture": "#east", "cullface": "east" }
|
|
}
|
|
}
|
|
],
|
|
"textures": {
|
|
"particle": "#side",
|
|
"down": "#end",
|
|
"up": "#end",
|
|
"north": "#side",
|
|
"east": "#side",
|
|
"south": "#side",
|
|
"west": "#side"
|
|
}
|
|
}
|