Fixes #2423
This commit is contained in:
parent
3f6607028d
commit
5de15d5b2c
1 changed files with 9 additions and 1 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue