Implemented item models for cables.
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 5.0, 5.0, 0.0 ],
|
||||
"to": [ 11.0, 11.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/blue"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/brown"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/cyan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/gray"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/green"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/lightblue"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/lightgrey"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/lime"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/magenta"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/orange"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/pink"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/purple"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/red"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/transparent"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/white"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_covered_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/covered/yellow"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"channels": "appliedenergistics2:parts/cable/dense/0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Base",
|
||||
"from": [ 3.0, 3.0, 0.0 ],
|
||||
"to": [ 13.0, 13.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Channels",
|
||||
"from": [ 3.0, 3.0, 0.0 ],
|
||||
"to": [ 13.0, 13.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#channels", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
|
||||
"east": { "texture": "#channels", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
|
||||
"south": { "texture": "#channels", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
|
||||
"west": { "texture": "#channels", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
|
||||
"up": { "texture": "#channels", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
|
||||
"down": { "texture": "#channels", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/brown"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/cyan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/gray"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/green"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/lightblue"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/lightgrey"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/lime"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/magenta"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/orange"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/pink"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/purple"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/red"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/transparent"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/white"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_dense_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/dense/yellow"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 6.0 ],
|
||||
"to": [ 10.0, 10.0, 10.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 0.0 ],
|
||||
"to": [ 10.0, 10.0, 6.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 10.0, 6.0, 16.0, 10.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 16.0, 6.0, 10.0, 10.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 6.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 6.0, 10.0, 10.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 6.0, 6.0, 10.0 ],
|
||||
"to": [ 10.0, 10.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 0.0, 6.0, 6.0, 10.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 6.0, 6.0, 0.0, 10.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 6.0, 10.0, 10.0, 16.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 6.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/brown"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/cyan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/gray"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/green"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/lightblue"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/lightgrey"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/lime"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/magenta"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/orange"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/pink"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/purple"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/red"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/transparent"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/white"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_glass_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/glass/yellow"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"channels": "appliedenergistics2:parts/cable/smart/0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 5.0, 5.0, 0.0 ],
|
||||
"to": [ 11.0, 11.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
|
||||
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
|
||||
"south": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
|
||||
"west": { "texture": "#base", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
|
||||
"up": { "texture": "#base", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
|
||||
"down": { "texture": "#base", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Channels",
|
||||
"from": [ 5.0, 5.0, 0.0 ],
|
||||
"to": [ 11.0, 11.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#channels", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
|
||||
"east": { "texture": "#channels", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
|
||||
"south": { "texture": "#channels", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
|
||||
"west": { "texture": "#channels", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
|
||||
"up": { "texture": "#channels", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
|
||||
"down": { "texture": "#channels", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/brown"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/cyan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/gray"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/green"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/lightblue"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/lightgrey"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/lime"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/magenta"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/orange"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/pink"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/purple"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/red"
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/transparent"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/white"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:item/part/cable_smart_base",
|
||||
"textures": {
|
||||
"base": "appliedenergistics2:parts/cable/smart/yellow"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Reference in New Issue
Block a user