SangeFault/assets/minecraft/models/block/rail_curved.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

15 lines
372 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#rail"
},
"elements": [
{ "from": [ 0, 1, 0 ],
"to": [ 16, 1, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" }
}
}
]
}