SangeFault/assets/minecraft/models/block/powder_snow.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

51 lines
2 KiB
JSON

{
"parent": "block/block",
"textures": {
"texture": "block/powder_snow",
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 15.998, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 0.002, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "down" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 0.002 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }
}
},
{ "from": [ 0, 0, 15.998 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "south" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 0.002, 16, 16 ],
"faces": {
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "west" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }
}
},
{ "from": [ 15.998, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "east" }
}
}
]
}