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

46 lines
1.2 KiB
JSON

{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/interface"
},
"elements": [
{
"from": [ 2, 2, 7 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 10 ],
"to": [ 11, 11, 11 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 9 ],
"to": [ 11, 11, 10 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
}
]
}