SangeFault/assets/minecraft/models/block/glow_lichen.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

16 lines
444 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/glow_lichen",
"glow_lichen": "block/glow_lichen"
},
"elements": [
{ "from": [ 0, 0, 0.1 ],
"to": [ 16, 16, 0.1 ],
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#glow_lichen" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow_lichen" }
}
}
]
}