peytonplayz585-shadow-3.0/desktopRuntime/resources/assets/minecraft/models/block/crafting_table.json

13 lines
374 B
JSON
Raw Normal View History

2023-08-26 14:31:51 -07:00
{
"parent": "block/cube",
"textures": {
"particle": "blocks/crafting_table_front",
"down": "blocks/planks_oak",
"up": "blocks/crafting_table_top",
"north": "blocks/crafting_table_front",
"east": "blocks/crafting_table_side",
"south": "blocks/crafting_table_side",
"west": "blocks/crafting_table_front"
}
}