...
2019-03-13 03:32:11: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod 'mesecons' in callback environment_Step(): ...test/mods/technic/technic/machines/other/constructor.lua:104: attempt to call upvalue 'nodeupdate' (a nil value)
2019-03-13 03:32:11: ERROR[Main]: stack traceback:
2019-03-13 03:32:11: ERROR[Main]: ...test/mods/technic/technic/machines/other/constructor.lua:104: in function 'action_on'
...
and
rubenwardy wrote:
Technic is using a deprecated and removed function, try checking for updates. If no updates, then you can fix it by replacing any calls of nodeupdate with minetest.check_for_falling
... 2019-03-13 03:32:11: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod 'mesecons' in callback environment_Step(): ...test/mods/technic/technic/machines/other/constructor.lua:104: attempt to call upvalue 'nodeupdate' (a nil value) 2019-03-13 03:32:11: ERROR[Main]: stack traceback: 2019-03-13 03:32:11: ERROR[Main]: ...test/mods/technic/technic/machines/other/constructor.lua:104: in function 'action_on' ...
and rubenwardy wrote: Technic is using a deprecated and removed function, try checking for updates. If no updates, then you can fix it by replacing any calls of nodeupdate with minetest.check_for_falling
I try local, but so you know about also to fix