Relay's default texture should be disconnected
This commit is contained in:
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user