Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/BlockQuartzTorch.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

16 lines
1.1 KiB
JSON

{
"variants": {
"facing=up,odd=false": { "model": "appliedenergistics2:QuartzTorch.standing" },
"facing=down,odd=false": { "model": "appliedenergistics2:QuartzTorch.standing", "x": 180 },
"facing=north,odd=false": { "model": "appliedenergistics2:QuartzTorch.wall" },
"facing=south,odd=false": { "model": "appliedenergistics2:QuartzTorch.wall", "y": 180 },
"facing=east,odd=false": { "model": "appliedenergistics2:QuartzTorch.wall", "y": 90 },
"facing=west,odd=false": { "model": "appliedenergistics2:QuartzTorch.wall", "y": 270 },
"facing=up,odd=true": { "model": "appliedenergistics2:QuartzTorch.standing.odd" },
"facing=down,odd=true": { "model": "appliedenergistics2:QuartzTorch.standing.odd", "x": 180 },
"facing=north,odd=true": { "model": "appliedenergistics2:QuartzTorch.wall.odd" },
"facing=south,odd=true": { "model": "appliedenergistics2:QuartzTorch.wall.odd", "y": 180 },
"facing=east,odd=true": { "model": "appliedenergistics2:QuartzTorch.wall.odd", "y": 90 },
"facing=west,odd=true": { "model": "appliedenergistics2:QuartzTorch.wall.odd", "y": 270 }
}
}