Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/skystone.block.stairs.inner.json
elix-x 3d1d2a3468 Fixed stairs & chests rendering
-Fixed chests rendering in inventory (kinda).
-Fixed stairs rendering.
From now on, all blocks with multiple states MUST have item model.
Example stair provided (though with incorrect textures).
Relates to #9.
2016-08-10 12:10:48 +02:00

8 lines
243 B
JSON

{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK"
}
}