Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/sky_compass_pointer.json
2016-08-26 13:07:37 +02:00

21 lines
No EOL
734 B
JSON

{
"parent": "block/block",
"textures": {
"0": "appliedenergistics2:blocks/sky_compass"
},
"elements": [
{
"name": "Pointer",
"from": [ 7.7, 1.0, 6 ],
"to": [ 8.2, 1.5, 8 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 5.0, 16.0, 8 ] },
"east": { "texture": "#0", "uv": [ 0.0, 5.0, 16, 8 ] },
"south": { "texture": "#0", "uv": [ 0.0, 5.0, 16.0, 8 ] },
"west": { "texture": "#0", "uv": [ 0.0, 5.0, 16, 8 ] },
"up": { "texture": "#0", "uv": [ 0.0, 5.0, 16.0, 8 ] },
"down": { "texture": "#0", "uv": [ 0.0, 5.0, 16.0, 8 ] }
}
}
]
}