Added conversion monitor item model.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/display",
|
||||
"textures": {
|
||||
"front": "appliedenergistics2:items/part/conversion_monitor",
|
||||
"front_bright": "appliedenergistics2:parts/conversion_monitor_bright",
|
||||
"front_medium": "appliedenergistics2:parts/conversion_monitor_medium",
|
||||
"front_dark": "appliedenergistics2:parts/conversion_monitor_dark"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 216 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 229 B |