Hi! I found this issue happens even when isolating Bonemeal and Algae. Here is the stacktrace:
ACTION[Server]: singleplayer uses bonemeal:bonemeal, pointing at [node under=-494,8,403 above=-494,9,403]
[Server]: decorations have no placer
ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'algae' in callback node_on_construct(): ...e/hebought/Games/minetest/bin/../mods/algae/init.lua:149: attempt to index local 'pointed_thing' (a nil value)
ERROR[Main]: stack traceback:
ERROR[Main]: ...e/hebought/Games/minetest/bin/../mods/algae/init.lua:149: in function <...e/hebought/Games/minetest/bin/../mods/algae/init.lua:143>
ERROR[Main]: [C]: in function 'set_node'
ERROR[Main]: ...ebought/Games/minetest/bin/../mods/bonemeal/init.lua:298: in function 'check_soil'
ERROR[Main]: ...ebought/Games/minetest/bin/../mods/bonemeal/init.lua:454: in function 'on_use'
ERROR[Main]: ...ebought/Games/minetest/bin/../mods/bonemeal/init.lua:533: in function <...ebought/Games/minetest/bin/../mods/bonemeal/init.lua:515>
ACTION[Main]: Server: Shutting down
Apparently there is a chance to grow algae on soil, and whenever that happens, the world shuts down. I notified Bonemeal's dev too about this.
I'm playing Minetest 5.4.0-dev. Thank you for the stylish mod!
Hello Eris, Thank you for reaching out, Tenplus1 submitted the patch for my mod, I used on_construct instead of on_place and caused the crash. Should be fixed if you update. Thanks for the kind review!
Hi! I found this issue happens even when isolating Bonemeal and Algae. Here is the stacktrace:
Apparently there is a chance to grow algae on soil, and whenever that happens, the world shuts down. I notified Bonemeal's dev too about this. I'm playing Minetest 5.4.0-dev. Thank you for the stylish mod!
Hello Eris, Thank you for reaching out, Tenplus1 submitted the patch for my mod, I used on_construct instead of on_place and caused the crash. Should be fixed if you update. Thanks for the kind review!
Hi Just_Visiting, I'm glad the issue could be resolved, thank you. ^^