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

12 lines
516 B
JSON

{
"parent": "block/cube",
"textures": {
"particle": "appliedenergistics2:blocks/BlockInterface",
"down": "appliedenergistics2:blocks/BlockInterfaceAlternate",
"up": "appliedenergistics2:blocks/BlockInterface",
"north": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"south": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"east": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"west": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow"
}
}