Create/Update assets for version 1.20.5-pre1

This commit is contained in:
InventiveBot
2024-04-10 18:28:59 +02:00
parent c90cdbfcf8
commit 5724bf7383
20070 changed files with 1390702 additions and 18 deletions

View File

@@ -0,0 +1,26 @@
{
"parent": "block/block",
"textures": {
"bottom": "block/crafter_bottom",
"top": "block/crafter_top",
"north": "block/crafter_north",
"south": "block/crafter_south",
"west": "block/crafter_west",
"east": "block/crafter_east",
"particle": "#north"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" }
}
}
]
}