homedecor_modpack/homedecor_lighting
Sebastian Lobinger 93bf5d76ae reorder rules_alldir in homedecor_lightning/init.lua so it can read by y-axis and then line by line of 2d coordinates
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.
2020-11-19 16:41:12 +00:00
..
locale Update german locale 2020-10-09 04:57:41 +00:00
models move wall lamp and torch models to the correct dir 2019-06-03 07:17:12 -04:00
textures move some images to the right places :P 2019-06-02 08:24:13 -04:00
.luacheckrc .luacheckrc on each mod 2020-08-05 16:01:47 +02:00
init.lua reorder rules_alldir in homedecor_lightning/init.lua so it can read by y-axis and then line by line of 2d coordinates 2020-11-19 16:41:12 +00:00
mod.conf MT5 translation for homedecor_lighting 2020-08-05 16:01:39 +02:00