1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-01 00:40:33 +02:00
server-nalc/mods/mff
LeMagnesium fd2582ed88 Fix various quest issues
- 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)
2015-07-24 11:02:35 +02:00
..
mff_core mithril string, minotaur bow improved, tweak caracteristics, recipes, etc... for the hunter 2015-07-22 02:34:31 +02:00
mff_introspect mithril string, minotaur bow improved, tweak caracteristics, recipes, etc... for the hunter 2015-07-22 02:34:31 +02:00
mff_quests Fix various quest issues 2015-07-24 11:02:35 +02:00
modpack.txt mithril string, minotaur bow improved, tweak caracteristics, recipes, etc... for the hunter 2015-07-22 02:34:31 +02:00
README.md mithril string, minotaur bow improved, tweak caracteristics, recipes, etc... for the hunter 2015-07-22 02:34:31 +02:00

  • 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.