Add models for security manager / security card

This commit is contained in:
Raoul Van den Berge
2016-12-18 00:23:39 +01:00
parent 3f34e8f869
commit 600c62c48b
9 changed files with 81 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/casing"
"all": "refinedstorage:blocks/machine_casing"
}
},
"variants": {

View File

@@ -0,0 +1,42 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/machine_casing"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
},
"false": {
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/security_card"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B