More stuff on the storage monitors

This commit is contained in:
raoulvdberge
2017-02-12 23:08:02 +01:00
parent de3553a1de
commit 0ee9c6ce93
8 changed files with 136 additions and 44 deletions

View File

@@ -1,19 +1,46 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"model": "cube",
"textures": {
"all": "refinedstorage:blocks/machine_casing"
"particle": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/machine_casing",
"east": "refinedstorage:blocks/grid_left",
"south": "refinedstorage:blocks/grid_back",
"west": "refinedstorage:blocks/grid_right",
"up": "refinedstorage:blocks/grid_top",
"down": "refinedstorage:blocks/bottom"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
"connected": {
"true": {
"textures": {
"north": "refinedstorage:blocks/interface_connected"
}
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
],
"normal": {
"model": "cube_all"
}
}
}