digilines
digilines copied to clipboard
Digilines is a mod for minetest which adds data bus wires
After all the merges, it appears the LCD no longer functions properly, and I don't understand why. @numberZero @DS-Minetest
It would be cool to have a wiki page or something listing all the mods that use digilines to see what kind of ideas people would get by using them...
Game: devtest ``` ModError: Failed to load and run script from /home/et/.minetest/mods/digilines/init.lua: /home/et/.minetest/mods/digilines/inventory.lua:172: attempt to index field 'sounds' (a nil value) stack traceback: /home/et/.minetest/mods/digilines/inventory.lua:172: in main chunk [C]: in function...
This patch implements wrapping signals, which were send in a very short interval (
I thought it would be interesting having the capability to display individual pixels on the LCD screen, so I made this feature. It doesn't change the behavior when the LCD...
Is it possible to only receive and send on certain sides?
Hi, I have many builds where I would require one of this three : - [ ] **Connectable LCDs :** for example, by right-clicking, we should be able to connect...
I am working a digiline routing mod and one of the issues I am concerned about is what happens if a loop forms. I have system in place that should...
Is there a recommended safety limit for sending digiline messages? Does anyone know at what point the server will start to lag?