Relay's default texture should be disconnected

This commit is contained in:
Raoul Van den Berge
2016-04-05 02:16:41 +02:00
parent 1ed310bcf5
commit e9ae807486

View File

@@ -3,7 +3,7 @@
"defaults": { "defaults": {
"model": "cube_all", "model": "cube_all",
"textures": { "textures": {
"all": "refinedstorage:blocks/relay_connected" "all": "refinedstorage:blocks/relay_disconnected"
} }
}, },
"variants": { "variants": {
@@ -28,11 +28,11 @@
}, },
"connected": { "connected": {
"true": { "true": {
"textures": {
"all": "refinedstorage:blocks/relay_connected"
}
}, },
"false": { "false": {
"textures": {
"all": "refinedstorage:blocks/relay_disconnected"
}
} }
} }
} }