JPRuehmann wrote:I´d like try it out, but get the following error.
23:01:44: ERROR[main]: ========== ERROR FROM LUA ===========
23:01:44: ERROR[main]: Failed to load and run script from
23:01:44: ERROR[main]: /home/ruehmann/.minetest/mods/poison/init.lua:
23:01:44: ERROR[main]: /home/ruehmann/.minetest/mods/poison/init.lua:36: attempt to index global 'default' (a nil value)
23:01:44: ERROR[main]: stack traceback:
23:01:44: ERROR[main]: /home/ruehmann/.minetest/mods/poison/init.lua:36: in main chunk
23:01:44: ERROR[main]: ======= END OF ERROR FROM LUA ========
23:01:44: ERROR[main]: Server: Failed to load and run /home/ruehmann/.minetest/mods/poison/init.lua
23:01:44: ERROR[main]: ModError: ModError: Failed to load and run /home/ruehmann/.minetest/mods/poison/init.lua
love to see it fixed.
thanks,
JPR
In the mod directory (of posion), create a file called depends.txt open it up, and type default
Save the file, and it should work.
And do the same for all mods when they give this error message
ERROR[main]: /home/ruehmann/.minetest/mods/poison/init.lua:36: attempt to index global 'default' (a nil value)
Adding the thing before (a nil value) to depends.txt without the ' ' And if it doesn't look like the name of a mod, (for example if it has "sound" in it) then just try putting default in.