mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-11-19 07:15:19 +01:00
if you express the connections in ascii where N is the Node 1 is connected and 0 is not connected:
```
y+0: 010
1N1
010
y+1: 010
111
010
y-1: 010
111
010
```
This code structure is more easy to read / a very close representation of the sketched layers.