mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
21 lines
598 B
JSON
21 lines
598 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"texture": "block/chorus_plant",
|
||
|
"inside": "block/chorus_plant",
|
||
|
"particle": "block/chorus_plant"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 4, 4, 0 ],
|
||
|
"to": [ 12, 12, 4 ],
|
||
|
"faces": {
|
||
|
"down": { "texture": "#texture" },
|
||
|
"up": { "texture": "#texture" },
|
||
|
"north": { "texture": "#texture", "cullface":"north" },
|
||
|
"west": { "texture": "#texture" },
|
||
|
"east": { "texture": "#texture" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|