ploof-pack/faithless/assets/minecraft/models/block/kelp.json

18 lines
434 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"particle": "block/kelp_plant",
"top": "block/kelp"
},
"elements": [
{ "from": [ -16, 14, -16 ],
"to": [ 32, 14, 32 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
}
}
]
}