Add disconnected texture for crafter
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
|
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