ploof-pack/faithless/assets/minecraft/models/block/snow_height2.json

22 lines
653 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": true,
"textures": {
"2": "block/snow_carpet",
"particle": "block/snow",
"wool": "block/snow"
},
"elements": [
{
"from": [-0.02, -2, -0.02],
"to": [16.02, 2, 16.02],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#wool"},
"down": {"uv": [0, 0, 16, 16], "texture": "#wool", "cullface": "down"},
"north": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 4], "texture": "#2", "cullface": "west"}
}
}
]
}