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": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/relay_connected"
"all": "refinedstorage:blocks/relay_disconnected"
}
},
"variants": {
@@ -28,11 +28,11 @@
},
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/relay_connected"
}
},
"false": {
"textures": {
"all": "refinedstorage:blocks/relay_disconnected"
}
}
}
}