storage block rendering (not working yet)

This commit is contained in:
Raoul Van den Berge
2016-01-31 18:46:46 +01:00
parent 5239b5f6ee
commit 0a1dff0d6a
2 changed files with 13 additions and 57 deletions

View File

@@ -4,38 +4,6 @@
"model": "cube_all"
},
"variants": {
"inventory": [
{
"textures": {
"all": "storagecraft:blocks/1k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/4k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/16k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/64k_storage_block"
},
"transform": "forge:default-block"
},
{
"textures": {
"all": "storagecraft:blocks/creative_storage_block"
},
"transform": "forge:default-block"
}
],
"type": {
"1k": {
"textures": {
@@ -62,26 +30,6 @@
"all": "storagecraft:blocks/creative_storage_block"
}
}
},
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
}