ploof-pack/default/assets/minecraft/models/block/fletching_table.json

12 lines
420 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"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"
}
}