minetest-mods / digilines

Digilines is a mod for minetest which adds data bus wires
Other
40 stars 38 forks source link

minetest.setting_* functions are deprecated #54

Closed ghost closed 5 years ago

ghost commented 5 years ago

Since 5.0.0 is out now it would be a nice thing getting rid of the deprecated minetest.setting_* functions and use the minetest.settings object.

2019-03-05 18:54:56: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at /home/dirk/.minetest/mods/digilines/init.lua:68)
2019-03-05 18:54:56: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at /home/dirk/.minetest/mods/digilines/init.lua:72)
2019-03-05 18:54:56: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at /home/dirk/.minetest/mods/digilines/init.lua:76)
2019-03-05 18:54:56: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at /home/dirk/.minetest/mods/digilines/init.lua:80)
Desour commented 5 years ago

There's already a PR for this: #51 Sadly it isn't easy to get PRs merged in this repo because of the absence of possible mergers.