minecraft-assets/assets/minecraft/models/block/template_rail_raised_ne.json

22 lines
542 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#rail"
},
"elements": [
{ "from": [ 0, 9, 0 ],
"to": [ 16, 9, 16 ],
"rotation": {
"origin": [ 8, 9, 8 ],
"axis": "x",
"angle": 45,
"rescale": true
},
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" }
}
}
]
}