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

8 lines
367 B
JSON

{
"variants": {
"forward=north": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 180 },
"forward=south": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 0 },
"forward=east": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 90 },
"forward=west": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 270 }
}
}