Texture fixes

This commit is contained in:
Raoul Van den Berge
2016-09-27 22:50:45 +02:00
parent bdb1c64a78
commit 90b4b801c4
6 changed files with 14 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"textures": { "textures": {
"all": "refinedstorage:blocks/cable", "all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable", "particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/constructor_on", "front": "refinedstorage:blocks/constructor_connected",
"line": "refinedstorage:blocks/importer_exporter_external_storage" "line": "refinedstorage:blocks/importer_exporter_external_storage"
}, },
"model": "refinedstorage:cable_core", "model": "refinedstorage:cable_core",
@@ -17,6 +17,12 @@
"transform": "forge:default-block" "transform": "forge:default-block"
} }
], ],
"connected": {
"true": {
},
"false": {
}
},
"direction": { "direction": {
"north": { "north": {
"submodel": "refinedstorage:constructor_destructor_north" "submodel": "refinedstorage:constructor_destructor_north"

View File

@@ -4,7 +4,7 @@
"textures": { "textures": {
"all": "refinedstorage:blocks/cable", "all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable", "particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/destructor_on", "front": "refinedstorage:blocks/destructor_connected",
"line": "refinedstorage:blocks/importer_exporter_external_storage" "line": "refinedstorage:blocks/importer_exporter_external_storage"
}, },
"model": "refinedstorage:cable_core", "model": "refinedstorage:cable_core",
@@ -17,6 +17,12 @@
"transform": "forge:default-block" "transform": "forge:default-block"
} }
], ],
"connected": {
"true": {
},
"false": {
}
},
"direction": { "direction": {
"north": { "north": {
"submodel": "refinedstorage:constructor_destructor_north" "submodel": "refinedstorage:constructor_destructor_north"