[3d_armor (mp)] Update to Git patch aeb2841:

https://github.com/AntumDeluge/mtmp-3d_armor/tree/aeb2841
This commit is contained in:
AntumDeluge 2017-06-07 14:58:32 -07:00
parent d5c52c1bd4
commit ec7df52fb3
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 = {