Create/Update assets for version 21w03a

This commit is contained in:
InventiveBot
2021-01-20 20:03:30 +00:00
parent 5904432410
commit 4aa9dd8b25
7528 changed files with 429941 additions and 95357 deletions

View File

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