mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-20 21:30:21 +01:00
- Fix global variable 'quests' (quests/init.lua) - Fix minetest.register_on_dignode's function to handle the rare case where 'digger' == nil (mff/mff_quests/init.lua) - Made the only available quests (yet) more explicit (mff/mff_quests/init.lua)
- MFF-specific mods folder
** Code convention
All MFF mods must be in the mff
global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.