Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/chest/base.json
2016-08-27 18:12:54 +02:00

12 lines
425 B
JSON

{
"parent": "block/cube",
"textures": {
"particle": "appliedenergistics2:blocks/chest/side",
"up": "appliedenergistics2:blocks/chest/top",
"down": "appliedenergistics2:blocks/chest/bottom",
"north": "appliedenergistics2:blocks/chest/front",
"east": "appliedenergistics2:blocks/chest/side",
"south": "appliedenergistics2:blocks/chest/side",
"west": "appliedenergistics2:blocks/chest/side"
}
}