Files
minecraft-assets/assets/minecraft/models/block/fletching_table.json
2021-09-29 18:35:18 +00:00

12 lines
420 B
JSON

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