Add disconnected texture for crafter

This commit is contained in:
Raoul Van den Berge
2016-05-16 13:58:28 +02:00
parent 10333ff535
commit 9d456f626f
3 changed files with 10 additions and 2 deletions

View File

@@ -4,21 +4,29 @@
"model": "orientable", "model": "orientable",
"textures": { "textures": {
"side": "refinedstorage:blocks/side", "side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side", "top": "refinedstorage:blocks/side"
"front": "refinedstorage:blocks/crafter"
} }
}, },
"variants": { "variants": {
"inventory": [ "inventory": [
{ {
"textures": {
"front": "refinedstorage:blocks/crafter_disconnected"
},
"transform": "forge:default-block", "transform": "forge:default-block",
"y": 0 "y": 0
} }
], ],
"connected": { "connected": {
"true": { "true": {
"textures": {
"front": "refinedstorage:blocks/crafter_connected"
}
}, },
"false": { "false": {
"textures": {
"front": "refinedstorage:blocks/crafter_disconnected"
}
} }
}, },
"direction": { "direction": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B