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.
Along with my other questions (see post above) I have a new one: How would I give a player "night vision", allowing them to see everything as if in daylight?
According to www.minetest.net, there are 62,000 ^ 3 blocks in a world. That's 238,328,000,000,000 blocks, or 238,328,000,000,000 cubic meters, which is roughly one-fifth of the Earth's volume, which is 1,080,000,000,000,000 cubic meters. At least that's what I got.
I did a bit of math and I found that Minetest has a world size roughly about one-fifth of the size of Earth, assuming 1 block = 1 cubic meter. I just wanted to post this because I thought it was pretty cool.
Hey guys, I'm trying to re-write the tnt mod in minetest_game to allow my brother to build a TNT cannon, but I've gotten stuck. According to everything I've read, a TNT cannon in Minecraft is based on two things: 1. That when TNT is in water, it won't destroy blocks, but will throw around entities. ...
1. Enable TNT This can be done quite easily by adding enable_tnt = true to minetest.conf 2. Enable Mods This is also done very easily. First, configure your world in singleplayer with the mods you want. Then, just open the ( your world name here ) folder in the worlds folder and edit world.mt so tha...