Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/item/part/cable_anchor.json
2016-08-26 23:33:49 +02:00

21 lines
539 B
JSON

{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"all": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"elements": [
{
"from": [ 7.0, 7.0, 5.0 ],
"to": [ 9.0, 9.0, 11.0 ],
"faces": {
"north": { "texture": "#all" },
"east": { "texture": "#all" },
"south": { "texture": "#all" },
"west": { "texture": "#all" },
"up": { "texture": "#all" },
"down": { "texture": "#all" }
}
}
]
}