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",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/lightgray"
"base": "appliedenergistics2:parts/cable/smart/light_gray"
}
}