minecraft-src/assets/minecraft/models/block/smithing_table.json
2025-07-04 01:41:11 +03:00

12 lines
No EOL
423 B
JSON

{
"parent": "minecraft:block/cube",
"textures": {
"down": "minecraft:block/smithing_table_bottom",
"east": "minecraft:block/smithing_table_side",
"north": "minecraft:block/smithing_table_front",
"particle": "minecraft:block/smithing_table_front",
"south": "minecraft:block/smithing_table_front",
"up": "minecraft:block/smithing_table_top",
"west": "minecraft:block/smithing_table_side"
}
}