This is a mostly frozen copy of the Minetest forums through 2017. If you know phpBB3 and would like to host any G-rated forum here, you can email: me@minetest.org
If the email doesn't work, find out who's taken over Final Minetest from OldCoder and email them to get write access or an admin account.
I should have set this up years ago. But it's no tale of woe.
Whether the temperature is high or low, regardless of cold winds blow,
away we go like Edgar Allan Poe, on now with the show. BTW rhymes are welcome.
(Copy paste from https://github.com/nedzadarek/dn_position/blob/master/README.md) What the mod does: It shows coordinates (x, y & z), angle & symbol for the direction of the world (North - N, South - S etc.) Version: 0.1alpha Installation: Unpack into mods' folder. Dependencies: License: Che...
I was able to get it to work by adding a depends.txt with default in. Maybe that's the problem? Because unless the biomes are loaded, there aren't any biomes for Minetest to clear. This was with minetest game though. Thank you. It worked for me too! To be honest, this should be noted at http://dev....
Using Lua, how do I procedurally generate a map? I copy-pasted some examples from wiki into init.lua but they don't work (don't create map or something like this) For example (I might use not proper minetest's names) 1) y = 1 => sand y < 1 => rock y > 1 => air 2) Then let's say every 3rd block in x-...