Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
{
"textures": {
"all": "block/bamboo_stalk",
"particle": "block/bamboo_stalk"
},
"elements": [
{ "from": [ 7, 0, 7 ],
"to": [ 9, 16, 9 ],
"faces": {
"down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" },
"up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" },
"north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" },
"south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" },
"west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" },
"east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }
}
}
]
}