Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInterface.json
shartte 66df324ef0 Implemented interface states and models (#66)
* Implemented interface states and models.
2016-08-26 11:09:49 +02:00

7 lines
209 B
JSON

{
"variants": {
"omnidirectional=true": { "model": "appliedenergistics2:tile.BlockInterface" },
"omnidirectional=false": { "model": "appliedenergistics2:tile.BlockInterfaceOriented", "x": 90 }
}
}