ploof-pack/faithless/assets/minecraft/models/item/crafting_table.json

12 lines
333 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/cube",
"textures": {
"particle": "block/oak_planks",
"north": "block/crafting_table_front",
"south": "block/crafting_table_back",
"east": "block/crafting_table_right",
"west": "block/crafting_table_left",
"up": "block/crafting_table_top",
"down": "block/crafting_table_bottom"
}
}