Implemented item models for all cable bus parts (except facades).

This commit is contained in:
Sebastian Hartte 2016-08-27 12:23:08 +02:00
parent cb9185fb3f
commit f0ee7939a2
59 changed files with 396 additions and 0 deletions

View File

@ -0,0 +1,46 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/export_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/export_bus"
},
"elements": [
{
"from": [ 4, 4, 8 ],
"to": [ 12, 12, 10 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 7 ],
"to": [ 11, 11, 8 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 6, 6, 6 ],
"to": [ 10, 10, 7 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/annihilation_plane",
"textures": {
"plane": "appliedenergistics2:items/part/formation_plane"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/annihilation_plane",
"textures": {
"plane": "appliedenergistics2:items/part/identity_annihilation_plane"
}
}

View File

@ -0,0 +1,46 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/import_sides",
"back": "appliedenergistics2:parts/monitor_back",
"front": "appliedenergistics2:items/part/import_bus"
},
"elements": [
{
"from": [ 3, 3, 8 ],
"to": [ 13, 13, 9 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 4, 4, 9 ],
"to": [ 12, 12, 10 ],
"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" }
}
}
]
}

View File

@ -0,0 +1,46 @@
{
"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" }
}
}
]
}

View File

@ -0,0 +1,9 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/interface_terminal",
"front_bright": "appliedenergistics2:parts/interface_terminal_bright",
"front_medium": "appliedenergistics2:parts/interface_terminal_medium",
"front_dark": "appliedenergistics2:parts/interface_terminal_dark"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/toggle_bus",
"textures": {
"bus": "appliedenergistics2:items/part/inverted_toggle_bus"
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"emitter": "appliedenergistics2:items/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] }
}
}
]
}

View File

@ -0,0 +1,30 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/p2p_tunnel_sides",
"back": "appliedenergistics2:items/part/p2p_tunnel_back",
"front": "appliedenergistics2:items/part/p2p_tunnel_front",
"type": "appliedenergistics2:blocks/quartz_block"
},
"elements": [
{
"from": [ 2, 2, 7 ],
"to": [ 14, 14, 9 ],
"faces": {
"north": { "texture": "#type" }
}
},
{
"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" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/hopper_outside"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/quartz_block_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/lapis_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "appliedenergistics2:blocks/quartz_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/redstone_block"
}
}

View File

@ -0,0 +1,9 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/pattern_terminal",
"front_bright": "appliedenergistics2:parts/pattern_terminal_bright",
"front_medium": "appliedenergistics2:parts/pattern_terminal_medium",
"front_dark": "appliedenergistics2:parts/pattern_terminal_dark"
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"cable": "appliedenergistics2:items/part/quartz_fiber"
},
"elements": [
{
"from": [ 6, 6, 5 ],
"to": [ 10, 10, 11 ],
"faces": {
"north": { "texture": "#cable" },
"south": { "texture": "#cable" },
"east": { "texture": "#cable" },
"west": { "texture": "#cable" },
"up": { "texture": "#cable" },
"down": { "texture": "#cable" }
}
}
]
}

View File

@ -0,0 +1,46 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"sides": "appliedenergistics2:parts/storage_bus_sides",
"back": "appliedenergistics2:parts/storage_bus_back",
"front": "appliedenergistics2:items/part/storage_bus"
},
"elements": [
{
"from": [ 3, 3, 6 ],
"to": [ 13, 13, 7 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 2, 2, 7 ],
"to": [ 14, 14, 8 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
},
{
"from": [ 5, 5, 8 ],
"to": [ 11, 11, 10 ],
"faces": {
"north": { "texture": "#front" },
"south": { "texture": "#back" },
"east": { "texture": "#sides" },
"west": { "texture": "#sides" },
"up": { "texture": "#sides" },
"down": { "texture": "#sides" }
}
}
]
}

View File

@ -0,0 +1,9 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/storage_monitor",
"front_bright": "appliedenergistics2:parts/storage_monitor_bright",
"front_medium": "appliedenergistics2:parts/storage_monitor_medium",
"front_dark": "appliedenergistics2:parts/storage_monitor_dark"
}
}

View File

@ -0,0 +1,9 @@
{
"parent": "appliedenergistics2:item/part/display",
"textures": {
"front": "appliedenergistics2:items/part/terminal",
"front_bright": "appliedenergistics2:parts/terminal_bright",
"front_medium": "appliedenergistics2:parts/terminal_medium",
"front_dark": "appliedenergistics2:parts/terminal_dark"
}
}

View File

@ -0,0 +1,58 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"bus": "appliedenergistics2:items/part/toggle_bus",
"status": "appliedenergistics2:parts/monitor_sides_status",
"lights": "appliedenergistics2:parts/monitor_sides_status_off"
},
"elements": [
{
"from": [ 6, 6, 10 ],
"to": [ 10, 10, 12 ],
"faces": {
"north": { "texture": "#bus" },
"south": { "texture": "#bus" },
"east": { "texture": "#bus" },
"west": { "texture": "#bus" },
"up": { "texture": "#bus" },
"down": { "texture": "#bus" }
}
},
{
"from": [ 6, 6, 7 ],
"to": [ 10, 10, 9 ],
"faces": {
"north": { "texture": "#bus" },
"south": { "texture": "#bus" },
"east": { "texture": "#bus" },
"west": { "texture": "#bus" },
"up": { "texture": "#bus" },
"down": { "texture": "#bus" }
}
},
{
"from": [ 6, 6, 9 ],
"to": [ 10, 10, 10 ],
"faces": {
"north": { "texture": "#status" },
"south": { "texture": "#status" },
"east": { "texture": "#status" },
"west": { "texture": "#status" },
"up": { "texture": "#status" },
"down": { "texture": "#status" }
}
},
{
"from": [ 6, 6, 9 ],
"to": [ 10, 10, 10 ],
"faces": {
"north": { "texture": "#lights" },
"south": { "texture": "#lights" },
"east": { "texture": "#lights" },
"west": { "texture": "#lights" },
"up": { "texture": "#lights" },
"down": { "texture": "#lights" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B