Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/qnb/ring.json

21 lines
523 B
JSON

{
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:blocks/quantum_ring",
"sides": "appliedenergistics2:blocks/quantum_ring"
},
"elements": [
{
"from": [ 2, 2, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"north": { "texture": "#sides" },
"east": { "texture": "#sides" },
"south": { "texture": "#sides" },
"west": { "texture": "#sides" }
}
}
]
}