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

14 lines
236 B
JSON

{
"textures": {
"state": "appliedenergistics2:blocks/chest/cell_state_empty"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"texture": "#state"}
}
}
]
}