diff --git a/README.md b/README.md index 913203dc..234a3f03 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [patch.mobs_redo]: https://github.com/AntumDeluge/mtmod-mobs_redo/tree/58e123a [patch.moreblocks]: https://github.com/AntumDeluge/mtmod-moreblocks/tree/786f9e4 [patch.moremesecons]: https://github.com/AntumDeluge/mtmp-moremesecons/tree/caa71bc -[patch.moreores]: https://github.com/AntumDeluge/mtmod-moreores/tree/2172c49 +[patch.moreores]: https://github.com/AntumDeluge/mtmod-moreores/tree/8b874f6 [patch.mydoors]: https://github.com/AntumDeluge/mtmp-mydoors/tree/e36c9d1 [patch.nether]: https://github.com/AntumDeluge/mtmod-nether/tree/f634851 [patch.pipeworks]: https://github.com/AntumDeluge/mtmod-pipeworks/tree/32b6613 diff --git a/mods/materials/moreores/init.lua b/mods/materials/moreores/init.lua index 34c9a0e4..278ab46e 100644 --- a/mods/materials/moreores/init.lua +++ b/mods/materials/moreores/init.lua @@ -366,6 +366,6 @@ minetest.register_node("moreores:copper_rail", { }) -if minetest.setting_getbool("log_mods") then +if minetest.settings:get_bool("log_mods") then minetest.log("action", S("[moreores] loaded.")) end