Files
minecraft-assets/assets/minecraft/models/block/crafting_table.json
2024-10-09 18:32:42 +02:00

12 lines
412 B
JSON

{
"parent": "minecraft:block/cube",
"textures": {
"down": "minecraft:block/oak_planks",
"east": "minecraft:block/crafting_table_side",
"north": "minecraft:block/crafting_table_front",
"particle": "minecraft:block/crafting_table_front",
"south": "minecraft:block/crafting_table_side",
"up": "minecraft:block/crafting_table_top",
"west": "minecraft:block/crafting_table_front"
}
}