technic
technic copied to clipboard
Technic mod for Minetest
``` 2024-03-20 17:35:15: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'beds' in callback LuaABM::trigger(): /usr/share/minetest/builtin/common/vector.lua:162: attempt to index local 'a' (a nil value) 2024-03-20 17:35:15: ERROR[Main]: stack traceback: 2024-03-20...
This PR adds logging functions to every inventory action. The existing logging functions for chests are also improved. This PR is ready for review.
adds a `LICENSE` file from the LGPL2.1 template (looks like this is now a requirement for future mods on the cdb :shrug:)
After a short while, the server encounters this crash when running network code, and falls. The crashes seem to vary... Our minetest version: https://gitlab.com/tunnelers-abyss/minetest/-/tree/tunnelers-5.8?ref_type=heads Our version of technic plus: https://gitlab.com/tunnelers-abyss/technic/-/commits/techplus/?ref_type=heads...
Currently the switching station uses mesecons to enable "notification" messages being sent via digilines. Maybe that toggle could be moved to a checkbox in the formspec, so mesecons can be...
This should be improved one way or another. The machine that contains the control logic unit, ejects items in a way that is unnecessarily hard to understand at first. It...
There are already some docs in the upstream wiki, but some of the local customizations should have documentation too: * [x] HV Reactor digilines * [x] HV Digilines cable #318...
I have a server with technic plus, mobs_redo, mobs_animals/mobs_water and i made a trap for mobs where they fall into a pit of 0.0% uranium blocks. I have not changed...
Expected behavior Text on sign rotates when you use sonic screwdriver on sign Actual behavior Sign rotates, leaving text position unchanged Steps to reproduce: Start server with signs_lib and technic_plus...
The following line quickly trigger huge memory consumption on larger networks: https://github.com/mt-mods/technic/blob/master/technic/machines/network.lua#L596C7-L596C7 ```lua vm:read_from_map(pos, pos) ``` In my setup, the calls stack up to 10-15GiB of allocated memory before the...