resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/rail_flat.json
ThisIsALegitUsername 98a62293f2 decompile eaglercraft
2022-12-27 18:59:46 +00:00

16 lines
387 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" }
}
}
]
}