Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/part/cable_anchor_short.json
yueh a14cf2204d Fixes anchor rendering (#2698)
* Fixes #2680: Use a shorter cable anchor model when blocked by a facade.
* Fixes #2664: Prevent anchors from creating intersection.

Replaced the simple List<ResourceLocation> for the static models with a
new container also indicating a solid part, which can be used to prevent
the creation of an intersection.
2016-12-14 22:37:10 +01:00

22 lines
782 B
JSON

{
"textures": {
"0": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"elements": [
{
"name": "Element",
"from": [ 7.0, 7.0, 1.0 ],
"to": [ 9.0, 9.0, 6 ],
"faces": {
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
"east": { "texture": "#0", "uv": [ 1.0, 0.0, 6.0, 2.0 ] },
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 2.0 ] },
"west": { "texture": "#0", "uv": [ 1.0, 0.0, 6.0, 2.0 ] },
"up": { "texture": "#0", "uv": [ 0.0, 1.0, 2.0, 6.0 ] },
"down": { "texture": "#0", "uv": [ 0.0, 1.0, 2.0, 6.0 ] }
}
}
]
}