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",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side",
"front": "refinedstorage:blocks/crafter"
"top": "refinedstorage:blocks/side"
}
},
"variants": {
"inventory": [
{
"textures": {
"front": "refinedstorage:blocks/crafter_disconnected"
},
"transform": "forge:default-block",
"y": 0
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/crafter_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/crafter_disconnected"
}
}
},
"direction": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B