PhysicalConnectivity/src/main/resources/assets/phycon/models/item/terminal.json

14 lines
249 B
JSON

{
"parent": "block/cube",
"textures": {
"side": "phycon:block/casing",
"front": "phycon:block/terminal",
"down": "#side",
"up": "#side",
"north": "#side",
"south": "#side",
"west": "#side",
"east": "#front"
}
}