Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/tile.BlockGrinder.json
elix-x e24d166f6a Passing rotations to models
Implemented passing of rotations to models. Removed unused unlisted
properties. Included dummy grinder model. Found bugs that have to be
fixed.
Referencing #10.
2016-06-30 15:51:42 +02:00

8 lines
181 B
JSON

{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/furnace_front_off",
"side": "blocks/furnace_side"
}
}