LTDV10/packet/kubejs/assets/eclipticseasons/models/block/overlay_tiny.json
2026-04-14 18:20:56 +08:00

21 lines
657 B
JSON

{
"credit": "Made by Joe Vettek",
"textures": {
"0": "eclipticseasons:block/snow_overlay_tiny",
"1": "block/snow",
"particle": "eclipticseasons:block/snow_overlay_tiny"
},
"elements": [
{
"from": [-0.04, -0.04, -0.04],
"to": [16.04, 16.04, 16.04],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}
}
}
]
}