make grid render in inventory

This commit is contained in:
Raoul Van den Berge
2015-12-27 21:03:45 +01:00
parent e599f91edc
commit 995600bd16
3 changed files with 18 additions and 15 deletions

View File

@@ -9,6 +9,20 @@
}
},
"variants": {
"inventory": [
{
"textures": {
"front": "storagecraft:blocks/grid_disconnected"
},
"y": 0
},
{
"textures": {
"front": "storagecraft:blocks/grid_disconnected"
},
"y": 0
}
],
"type": {
"normal": {
},
@@ -47,15 +61,5 @@
"x": 90
}
}
},
"inventory": [
{
"textures": {
"side": "storagecraft:blocks/side",
"top": "storagecraft:blocks/side",
"front": "storagecraft:blocks/grid_disconnected"
},
"y": 270
}
]
}
}