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

14 lines
238 B
JSON

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