SangeFault/assets/minecraft/models/block/fletching_table.json

12 lines
420 B
JSON
Raw Normal View History

{
"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"
}
}