Closed alcalyn closed 6 years ago
At the moment, this mod works with 0.4.16+ and is not backwards compatible with 0.4.13. Maybe it should be, or maybe there should be a legacy fork. This pull request however, doesn't do either.
oh ok so I'll just get the latest version of Minetest and try again
This mod is newer than your Minetest installation.
I tried to install this mod. I first got a bug with
setting_getbool
. So I looked into https://minetest.org/modbook/lua_api.html#initlua and I hot fixed the bug in this PR.But I still have another bug that trash at the beginning when starting my server:
When looking into the mod API, it seems that it should works...
I have Minetest 0.4.13
To reproduce it, I just install this mod on a fresh install of Minetest 0.4.13, by
git clone
inmods/
folder, then setload_mod_moreblocks = true
inworld.mt