This commit is contained in:
Sebastian Hartte 2016-10-09 19:48:47 +02:00
parent 3f6607028d
commit 5de15d5b2c
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"textures": {
"emitter": "appliedenergistics2:parts/level_emitter_off"
"emitter": "appliedenergistics2:parts/level_emitter_off",
"sides": "appliedenergistics2:parts/monitor_sides"
},
"elements": [
{
@ -13,6 +14,13 @@
"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" }
}
}
]
}