Files
Applied-Energistics-2/src/main/resources/assets/appliedenergistics2/models/item/level_emitter.json
T
Sebastian Hartte 97e065ea1f Part models
2020-06-09 00:53:40 +02:00

77 lines
1.8 KiB
JSON

{
"parent": "appliedenergistics2:item/part_base",
"textures": {
"emitter": "appliedenergistics2:item/part/level_emitter_off"
},
"elements": [
{
"from": [
7,
6,
7
],
"to": [
9,
10,
9
],
"faces": {
"north": {
"texture": "#emitter",
"uv": [
7,
7,
9,
11
]
},
"south": {
"texture": "#emitter",
"uv": [
7,
7,
9,
11
]
},
"east": {
"texture": "#emitter",
"uv": [
7,
7,
9,
11
]
},
"west": {
"texture": "#emitter",
"uv": [
7,
7,
9,
11
]
},
"up": {
"texture": "#emitter",
"uv": [
7,
7,
9,
9
]
},
"down": {
"texture": "#emitter",
"uv": [
7,
9,
9,
11
]
}
}
}
]
}