PrettyPipes/src/main/resources/assets/prettypipes/models/block/crafting_terminal.json

8 lines
171 B
JSON
Raw Normal View History

2020-05-09 15:42:09 +02:00
{
"parent": "block/cube_column",
"textures": {
"end": "prettypipes:block/item_terminal_top",
"side": "prettypipes:block/crafting_terminal"
}
}