more oredictbus work
This commit is contained in:
@@ -539,6 +539,7 @@ item.appliedenergistics2.multi_part.pattern_terminal.name=ME Pattern Terminal
|
||||
item.appliedenergistics2.multi_part.expanded_processing_pattern_terminal.name=ME Extended Processing Pattern Terminal
|
||||
item.appliedenergistics2.multi_part.quartz_fiber.name=Quartz Fiber
|
||||
item.appliedenergistics2.multi_part.storage_bus.name=ME Storage Bus
|
||||
item.appliedenergistics2.multi_part.oredict_storage_bus.name=ME OreDict Storage Bus
|
||||
item.appliedenergistics2.multi_part.fluid_storage_bus.name=ME Fluid Storage Bus
|
||||
item.appliedenergistics2.multi_part.terminal.name=ME Terminal
|
||||
item.appliedenergistics2.multi_part.inverted_toggle_bus.name=ME Inverted Toggle Bus
|
||||
|
||||
+106
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/part",
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:items/part/oredict_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
+130
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"textures": {
|
||||
"sides": "appliedenergistics2:parts/storage_bus_sides",
|
||||
"sidesStatus": "appliedenergistics2:parts/monitor_sides_status",
|
||||
"back": "appliedenergistics2:parts/storage_bus_back",
|
||||
"front": "appliedenergistics2:items/part/oredict_storage_bus",
|
||||
"particle": "appliedenergistics2:parts/storage_bus_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
3,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
13,
|
||||
13,
|
||||
1
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
2,
|
||||
1
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
14,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#front"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
3
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
4
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#back"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
5,
|
||||
5,
|
||||
2
|
||||
],
|
||||
"to": [
|
||||
11,
|
||||
11,
|
||||
3
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#sides"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#sides"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user