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,32 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"cactus_top": "block/cactus_top",
"cactus": "block/cactus_side"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "texture": "#flowerpot" },
"north": { "texture": "#flowerpot" },
"south": { "texture": "#flowerpot" },
"west": { "texture": "#flowerpot" },
"east": { "texture": "#flowerpot" }
}
},
{ "from": [ 6, 5, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"up": { "texture": "#cactus_top", "cullface": "up" },
"north": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
"south": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
"west": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
"east": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" }
}
}
]
}