1/1 patches appliedLord_Narkissos wrote: ↑Sat Jun 29, 2024 13:58The LAST number on that line! Change that to 2500....Walker wrote: ↑Sat Jun 29, 2024 06:443/3 mods addedLord_Narkissos wrote: ↑Fri Jun 28, 2024 21:29Add these mods:
Also, in the Draconis API (go to the mobs folder, then jungle_wyvern.lua), change the spawn_rate from 16 to 2 (go to line 211 and change the 16 to 250.. And, if you can, fix the crash loop.
1/1 mods replaced
ERROR: failed to change line ... search word "16" not foundserver restartedCode: Select all
211 local spawn_rate = tonumber(minetest.settings:get("wyvern_jungle_spawn_rate")) or 6
server is running
"https://github.com/minetest-mods/filter" added
1/1 mods added
server restarted
server is running
error:Lord_Narkissos wrote: ↑Sun Jun 30, 2024 23:49Please fix this crash bug. My server keeps crashing....
Code: Select all
2024-07-01 10:38:24: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod '' in callback luaentity_Step(): ...117/.minetest/worlds/map01/worldmods/multitools/init.lua:167: attempt to index local 'digger' (a nil value)
2024-07-01 10:38:24: ERROR[Main]: stack traceback:
2024-07-01 10:38:24: ERROR[Main]: ...117/.minetest/worlds/map01/worldmods/multitools/init.lua:167: in function 'handle_node_drops'
2024-07-01 10:38:24: ERROR[Main]: .../ronnybarthmann/minetest580/bin/../builtin/game/item.lua:524: in function 'on_dig'
2024-07-01 10:38:24: ERROR[Main]: ...nnybarthmann/minetest580/bin/../builtin/game/falling.lua:289: in function 'try_place'
2024-07-01 10:38:24: ERROR[Main]: ...nnybarthmann/minetest580/bin/../builtin/game/falling.lua:398: in function <...nnybarthmann/minetest580/bin/../builtin/game/falling.lua:314>