diff --git a/README.md b/README.md index 3702727d..79fd9951 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.workbench]: https://github.com/minetest-mods/workbench/tree/74dd1af [ver.worldedge]: https://github.com/minetest-mods/worldedge/tree/e15fa99 -[patch.3d_armor]: https://github.com/AntumDeluge/mtmp-3d_armor/tree/07c7b9c +[patch.3d_armor]: https://github.com/AntumDeluge/mtmp-3d_armor/tree/aeb2841 [patch.adv_spawning]: https://github.com/AntumDeluge/mtmod-adv_spawning/tree/757197a [patch.advtrains]: https://github.com/AntumDeluge/mtmp-advtrains/tree/b907561 [patch.animals]: https://github.com/AntumDeluge/mtmp-animals_modpack/tree/ad4c5da diff --git a/mods/modpacks/3d_armor/wieldview/init.lua b/mods/modpacks/3d_armor/wieldview/init.lua index 481bc421..45f9fcaf 100644 --- a/mods/modpacks/3d_armor/wieldview/init.lua +++ b/mods/modpacks/3d_armor/wieldview/init.lua @@ -2,12 +2,12 @@ local time = 0 local update_time = tonumber(minetest.settings:get("wieldview_update_time")) if not update_time then update_time = 2 - minetest.setting_set("wieldview_update_time", tostring(update_time)) + minetest.settings:set("wieldview_update_time", tostring(update_time)) end local node_tiles = minetest.settings:get_bool("wieldview_node_tiles") if not node_tiles then node_tiles = false - minetest.setting_set("wieldview_node_tiles", "false") + minetest.settings:set("wieldview_node_tiles", "false") end wieldview = {