mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
17 lines
464 B
JSON
17 lines
464 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "block/lily_pad",
|
||
|
"texture": "block/lily_pad"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0.25, 0 ],
|
||
|
"to": [ 16, 0.25, 16 ],
|
||
|
"faces": {
|
||
|
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "tintindex": 0 },
|
||
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|