Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/QuartzPillarBlock.json
dpeter99 2e577edc3d Model Update 1
- Removed textures
- Readded needed ones
- Added models, blockstates
- ChargedQuartzOreBlock
- ChiseledQuartzBlock
- FluixBlock
- QuartzBlock
- QuartzGlassBlock
- QuartzOreBlock
- QuartzPillarBlock
- SkyStoneBlock.BLOCK
- SkyStoneBlock.BRICK
- SkyStoneBlock.SMALL_BRICK
- SkyStoneBlock.STONE
- tile.BlockCellWorkBench
- tile.BlockCharger
- tile.BlockCondenser
- tile.BlockCreativeEnergyCell
- tile.BlockDenseEnergyCell
- tile.BlockDrive
- tile.BlockEnergyAcceptor
- tile.BlockEnergyCell
- tile.BlockGrinder
- tile.BlockInscriber
- tile.BlockIOPort
- tile.BlockSecurity
- tile.BlockSpatialIOPort
2016-07-02 17:21:51 +02:00

9 lines
271 B
JSON

{
"variants": {
"axis=y": { "model": "appliedenergistics2:QuartzPillarBlock" },
"axis=z": { "model": "appliedenergistics2:QuartzPillarBlock", "x": 90 },
"axis=x": { "model": "appliedenergistics2:QuartzPillarBlock", "x": 90, "y": 90 }
}
}