minecraft-assets/assets/minecraft/models/block/powder_snow.json

52 lines
2.0 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" }
}
}
]
}