Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/item/part/display.json
2016-08-27 10:30:41 +02:00

58 lines
1.4 KiB
JSON

{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"back": "appliedenergistics2:parts/monitor_back"
},
"elements": [
{
"name": "Front",
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"name": "Front Bright",
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front_bright", "tintindex": 0 }
}
},
{
"name": "Front Medium",
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front_medium", "tintindex": 1 }
}
},
{
"name": "Front Dark",
"from": [ 2, 2, 8 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#front_dark", "tintindex": 2 }
}
},
{
"name": "Back",
"from": [ 4, 4, 9 ],
"to": [ 12, 12, 10 ],
"faces": {
"east": { "texture": "#sides" },
"south": { "texture": "#back" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
}
]
}