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

12 lines
No EOL
420 B
JSON

{
"parent": "minecraft:block/cube",
"textures": {
"down": "minecraft:block/birch_planks",
"east": "minecraft:block/fletching_table_side",
"north": "minecraft:block/fletching_table_front",
"particle": "minecraft:block/fletching_table_front",
"south": "minecraft:block/fletching_table_front",
"up": "minecraft:block/fletching_table_top",
"west": "minecraft:block/fletching_table_side"
}
}