Added item models for facades.

This commit is contained in:
Sebastian Hartte
2016-08-28 12:10:40 +02:00
parent 77cb3d8b92
commit 5313d61490
9 changed files with 373 additions and 19 deletions
@@ -0,0 +1,32 @@
{
"parent": "block/block",
"textures": {
"anchor": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"elements": [
{
"from": [ 7.0, 7.0, 2.0 ],
"to": [ 9.0, 9.0, 10.0 ],
"faces": {
"north": { "texture": "#anchor" },
"east": { "texture": "#anchor" },
"south": { "texture": "#anchor" },
"west": { "texture": "#anchor" },
"up": { "texture": "#anchor" },
"down": { "texture": "#anchor" }
}
},
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 2 ],
"faces": {
"east": { "texture": "#anchor" },
"south": { "texture": "#anchor" },
"west": { "texture": "#anchor" },
"up": { "texture": "#anchor" },
"down": { "texture": "#anchor" }
}
}
]
}