mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
23 lines
665 B
JSON
23 lines
665 B
JSON
|
{
|
||
|
"textures": {
|
||
|
"particle": "block/cake_side",
|
||
|
"bottom": "block/cake_bottom",
|
||
|
"top": "block/cake_top",
|
||
|
"side": "block/cake_side",
|
||
|
"inside": "block/cake_inner"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 7, 0, 1 ],
|
||
|
"to": [ 15, 8, 15 ],
|
||
|
"faces": {
|
||
|
"down": { "texture": "#bottom", "cullface": "down" },
|
||
|
"up": { "texture": "#top" },
|
||
|
"north": { "texture": "#side" },
|
||
|
"south": { "texture": "#side" },
|
||
|
"west": { "texture": "#inside" },
|
||
|
"east": { "texture": "#side" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|