Seeing as this is the second problem with a mobs mod, I'm starting to think it's my version of Minetest, 5.10.0. I got a similer error message when trying to use mobs_monster. This is the error:
ModError: Failed to load and run script from /home/andrew/.minetest/mods/mobs_animal/init.lua:
/home/andrew/.minetest/mods/mobs_animal/chicken.lua:232: attempt to call field 'node_sound_defaults' (a nil value)
stack traceback:
[C]: in function 'node_sound_defaults'
/home/andrew/.minetest/mods/mobs_animal/chicken.lua:232: in main chunk
[C]: in function 'dofile'
/home/andrew/.minetest/mods/mobs_animal/init.lua:26: in function 'ddoo'
/home/andrew/.minetest/mods/mobs_animal/init.lua:31: in main chunk
Check debug.txt for details.
So yeah, I hope I can figure this out, just wanted to let you know. Thank you for letting me bug you :P
Hello.
Seeing as this is the second problem with a mobs mod, I'm starting to think it's my version of Minetest, 5.10.0. I got a similer error message when trying to use mobs_monster. This is the error:
ModError: Failed to load and run script from /home/andrew/.minetest/mods/mobs_animal/init.lua: /home/andrew/.minetest/mods/mobs_animal/chicken.lua:232: attempt to call field 'node_sound_defaults' (a nil value) stack traceback: [C]: in function 'node_sound_defaults' /home/andrew/.minetest/mods/mobs_animal/chicken.lua:232: in main chunk [C]: in function 'dofile' /home/andrew/.minetest/mods/mobs_animal/init.lua:26: in function 'ddoo' /home/andrew/.minetest/mods/mobs_animal/init.lua:31: in main chunk Check debug.txt for details.
So yeah, I hope I can figure this out, just wanted to let you know. Thank you for letting me bug you :P
-RasPiManiac
Update Mobs Redo API then try again.
Okay, thanks. I'll try that.