Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/item/sky_stone_chest.json

50 lines
2 KiB
JSON

{
"parent": "block/orientable",
"textures": {
"particle": "appliedenergistics2:models/skychest",
"0": "appliedenergistics2:models/skychest"
},
"elements": [
{
"name": "Base",
"from": [ 1.0, 0.0, 1.0 ],
"to": [ 15.0, 10.0, 15.0 ],
"shade": false,
"faces": {
"north": { "texture": "#0", "uv": [ 3.5, 8.25, 7, 10.75 ] },
"east": { "texture": "#0", "uv": [ 0.0, 8.25, 3.5, 10.75 ] },
"south": { "texture": "#0", "uv": [ 10.5, 8.25, 14, 10.75 ] },
"west": { "texture": "#0", "uv": [ 7, 8.25, 10.5, 10.75 ] },
"up": { "texture": "#0", "uv": [ 3.5, 0.0, 7, 3.5 ] },
"down": { "texture": "#0", "uv": [ 7, 0.0, 10.5, 3.5 ] }
}
},
{
"name": "Lid",
"from": [ 1.0, 10.0, 1.0 ],
"to": [ 15.0, 15.0, 15.0 ],
"shade": false,
"faces": {
"north": { "texture": "#0", "uv": [ 3.5, 3.5, 7, 4.75 ] },
"east": { "texture": "#0", "uv": [ 0.0, 3.5, 3.5, 4.75 ] },
"south": { "texture": "#0", "uv": [ 10.5, 3.5, 14, 4.75 ] },
"west": { "texture": "#0", "uv": [ 7, 3.5, 10.5, 4.75 ] },
"up": { "texture": "#0", "uv": [ 3.5, 0.0, 7, 3.5 ] },
"down": { "texture": "#0", "uv": [ 7, 0.0, 10.5, 3.5 ] }
}
},
{
"name": "Knob",
"from": [ 7.0, 6.0, 0.0 ],
"to": [ 9.0, 10.0, 1.0 ],
"shade": false,
"faces": {
"north": { "texture": "#0", "uv": [ 0.25, 0.25, 0.75, 1.25 ] },
"east": { "texture": "#0", "uv": [ 0, 0.25, 0.25, 1.25 ] },
"west": { "texture": "#0", "uv": [ 0.75, 0.25, 1.5, 1.25 ] },
"up": { "texture": "#0", "uv": [ 0.25, 0.0, 0.75, 0.25 ] },
"down": { "texture": "#0", "uv": [ 0.75, 0.0, 1.5, 0.25 ] }
}
}
]
}