neuralgia/kubejs/assets/tfg/models/block/fission_component.json
2025-10-03 12:25:34 -05:00

30 lines
No EOL
1.2 KiB
JSON

{ "parent": "block/block",
"render_type": "cutout",
"textures": {
"particle": "#frame"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#infill", "cullface": "down" },
"up": { "texture": "#infill", "cullface": "up"},
"north": { "texture": "#infill", "cullface": "north" },
"south": { "texture": "#infill", "cullface": "south" },
"west": { "texture": "#infill", "cullface": "west" },
"east": { "texture": "#infill", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#frame", "cullface": "down" },
"up": { "texture": "#frame", "cullface": "up"},
"north": { "texture": "#frame", "cullface": "north" },
"south": { "texture": "#frame", "cullface": "south" },
"west": { "texture": "#frame", "cullface": "west" },
"east": { "texture": "#frame", "cullface": "east" }
}
}
]
}