Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/level_emitter_base_off.json
Sebastian Hartte 5de15d5b2c Fixes #2423
2016-10-09 19:48:47 +02:00

27 lines
741 B
JSON

{
"textures": {
"emitter": "appliedenergistics2:parts/level_emitter_off",
"sides": "appliedenergistics2:parts/monitor_sides"
},
"elements": [
{
"from": [7, 7, 0],
"to": [9, 9, 4],
"faces": {
"up": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 90 },
"down": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 270 },
"east": { "texture": "#emitter", "uv": [6, 7, 10, 9], "rotation": 180 },
"north": { "texture": "#emitter", "uv": [6, 7, 8, 9] },
"west": { "texture": "#emitter", "uv": [6, 7, 10, 9] }
}
},
{
"from": [7, 7, 4],
"to": [9, 9, 5],
"faces": {
"south": { "texture": "#sides" }
}
}
]
}