Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/blockstates/smooth_sky_stone_chest.json
Sebastian Hartte 044a9f3b8e Fixes #2379: Changed texture of smooth sky stone chest to remove z-fighting between the overlapping parts. Added block-state files for both chests to fix both loading error logs and add a particle texture.
Fixed small alignment issue for the knob in the item model.
Fixed orientation issue of the chest (this only fixes north/south).
2016-10-03 02:52:32 +02:00

7 lines
194 B
JSON

{
"__comment": "This block is rendered via TESR, so this is only used for the particle texture.",
"variants": {
"normal": { "model": "appliedenergistics2:smooth_sky_stone_block" }
}
}