SangeFault/assets/minecraft/models/block/lily_pad.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
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 }
}
}
]
}