34 lines
593 B
JSON
34 lines
593 B
JSON
{
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"particle": "ae2:block/quantum_ring",
|
|
"sides": "ae2:block/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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|