Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/level_emitter_base_off.json

28 lines
804 B
JSON

{
"textures": {
"emitter": "appliedenergistics2:parts/level_emitter_off",
"sides": "appliedenergistics2:parts/monitor_sides",
"particle": "appliedenergistics2:parts/level_emitter_off"
},
"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" }
}
}
]
}