texture for machine casing

This commit is contained in:
Raoul Van den Berge
2015-12-27 21:40:00 +01:00
parent 0c16a1e2d6
commit 0d6087ca67
4 changed files with 34 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
"forge_marker": 1,
"defaults": {
"model": "orientable",
"transform": "forge:default-block",
"textures": {
"side": "storagecraft:blocks/side",
"top": "storagecraft:blocks/side"

View File

@@ -0,0 +1,29 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "storagecraft:blocks/side"
}
},
"variants": {
"inventory": [
{
}
],
"direction": {
"north": {
},
"east": {
},
"south": {
},
"west": {
},
"up": {
},
"down": {
}
}
}
}