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

150 lines
3.3 KiB
JSON

{
"parent": "appliedenergistics2:item/part_base",
"textures": {
"sides": "appliedenergistics2:parts/monitor_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front_medium_bright": "appliedenergistics2:parts/monitor_colored"
},
"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": 3
}
}
},
{
"name": "Front Medium Bright",
"from": [
2,
2,
8
],
"to": [
14,
14,
9
],
"faces": {
"north": {
"texture": "#front_medium_bright",
"tintindex": 4
}
}
},
{
"name": "Front Medium",
"from": [
2,
2,
8
],
"to": [
14,
14,
9
],
"faces": {
"north": {
"texture": "#front_medium",
"tintindex": 2
}
}
},
{
"name": "Front Dark",
"from": [
2,
2,
8
],
"to": [
14,
14,
9
],
"faces": {
"north": {
"texture": "#front_dark",
"tintindex": 1
}
}
},
{
"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"
}
}
}
]
}