Add disconnected texture for crafter
This commit is contained in:
@@ -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": {
|
||||
|
||||
|
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B |
Binary file not shown.
|
After Width: | Height: | Size: 591 B |
Reference in New Issue
Block a user