Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/item/facade_base.json

39 lines
976 B
JSON

{
"parent": "block/block",
"textures": {
"anchor": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -4, 2, 0],
"scale":[ 0.7, 0.7, 0.7 ]
}
},
"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" }
}
}
]
}