Fixes light blue and gray cables due to renaming

This commit is contained in:
yueh 2016-09-17 16:38:12 +02:00
parent 93145750c0
commit 329d34f8e5
22 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_covered_base", "parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/covered/lightblue" "base": "appliedenergistics2:parts/cable/covered/light_blue"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_covered_base", "parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/covered/lightgray" "base": "appliedenergistics2:parts/cable/covered/light_gray"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_dense_base", "parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/dense/lightblue" "base": "appliedenergistics2:parts/cable/dense/light_blue"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_dense_base", "parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/dense/lightgray" "base": "appliedenergistics2:parts/cable/dense/light_gray"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_glass_base", "parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/glass/lightblue" "base": "appliedenergistics2:parts/cable/glass/light_blue"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_glass_base", "parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/glass/lightgray" "base": "appliedenergistics2:parts/cable/glass/light_gray"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_smart_base", "parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/smart/lightblue" "base": "appliedenergistics2:parts/cable/smart/light_blue"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "appliedenergistics2:item/part/cable_smart_base", "parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": { "textures": {
"base": "appliedenergistics2:parts/cable/smart/lightgray" "base": "appliedenergistics2:parts/cable/smart/light_gray"
} }
} }