Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/QuartzTorch.standing.odd.json
shartte 785e40ce3e Implemented quartz fixture model (#34)
* Implemented the actual quartz fixture model.

* Added a custom texture for the metal bits of the quartz fixture.
2016-08-16 15:38:24 +02:00

125 lines
3.5 KiB
JSON

{
"textures": {
"quartz": "appliedenergistics2:blocks/BlockQuartzTorch",
"metal": "appliedenergistics2:blocks/BlockQuartzTorchMetal"
},
"elements": [
{
"name": "Middle Plate",
"from": [ 6.0, 3.0, 6.0 ],
"to": [ 10.0, 4.0, 10.0 ],
"faces": {
"north": { "texture": "#metal" },
"east": { "texture": "#metal" },
"south": { "texture": "#metal" },
"west": { "texture": "#metal" },
"up": { "texture": "#metal" },
"down": { "texture": "#metal" }
}
},
{
"name": "Lower Quartz Block",
"from": [ 7.0, 1.0, 7.0 ],
"to": [ 9.0, 3.0, 9.0 ],
"faces": {
"north": { "texture": "#quartz" },
"east": { "texture": "#quartz" },
"south": { "texture": "#quartz" },
"west": { "texture": "#quartz" },
"up": { "texture": "#quartz" },
"down": { "texture": "#quartz" }
}
},
{
"name": "Lower Quartz Tip",
"from": [ 8.0, 0.0, 8.0 ],
"to": [ 9.0, 1.0, 9.0 ],
"faces": {
"north": { "texture": "#quartz" },
"east": { "texture": "#quartz" },
"south": { "texture": "#quartz" },
"west": { "texture": "#quartz" },
"up": { "texture": "#quartz" },
"down": { "texture": "#quartz" }
}
},
{
"name": "Upper Quartz Block",
"from": [ 7.0, 4.0, 7.0 ],
"to": [ 9.0, 6.0, 9.0 ],
"faces": {
"north": { "texture": "#quartz" },
"east": { "texture": "#quartz" },
"south": { "texture": "#quartz" },
"west": { "texture": "#quartz" },
"up": { "texture": "#quartz" },
"down": { "texture": "#quartz" }
}
},
{
"name": "Upper Quartz Tip",
"from": [ 7.0, 6.0, 7.0 ],
"to": [ 8.0, 7.0, 8.0 ],
"faces": {
"north": { "texture": "#quartz" },
"east": { "texture": "#quartz" },
"south": { "texture": "#quartz" },
"west": { "texture": "#quartz" },
"up": { "texture": "#quartz" },
"down": { "texture": "#quartz" }
}
},
{
"name": "NW Feet",
"from": [ 6.0, 0.0, 6.0 ],
"to": [ 7.0, 3.0, 7.0 ],
"faces": {
"north": { "texture": "#metal" },
"east": { "texture": "#metal" },
"south": { "texture": "#metal" },
"west": { "texture": "#metal" },
"up": { "texture": "#metal" },
"down": { "texture": "#metal" }
}
},
{
"name": "NE Feet",
"from": [ 6.0, 0.0, 9.0 ],
"to": [ 7.0, 3.0, 10.0 ],
"faces": {
"north": { "texture": "#metal" },
"east": { "texture": "#metal" },
"south": { "texture": "#metal" },
"west": { "texture": "#metal" },
"up": { "texture": "#metal" },
"down": { "texture": "#metal" }
}
},
{
"name": "SW Feet",
"from": [ 9.0, 0.0, 6.0 ],
"to": [ 10.0, 3.0, 7.0 ],
"faces": {
"north": { "texture": "#metal" },
"east": { "texture": "#metal" },
"south": { "texture": "#metal" },
"west": { "texture": "#metal" },
"up": { "texture": "#metal" },
"down": { "texture": "#metal" }
}
},
{
"name": "SE Feet",
"from": [ 9.0, 0.0, 9.0 ],
"to": [ 10.0, 3.0, 10.0 ],
"faces": {
"north": { "texture": "#metal" },
"east": { "texture": "#metal" },
"south": { "texture": "#metal" },
"west": { "texture": "#metal" },
"up": { "texture": "#metal" },
"down": { "texture": "#metal" }
}
}
]
}