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.
Version 0.17.0 released! (Nicknamed “The Mushroom Update”) https://i.imgur.com/sBeMl5b.png These are the changes: Blocks: ⋅ Add black glazed terracotta ⋅ Mushrooms spread naturally in darkness . Build your awesome underground mushroom farm! :-) ⋅ Add snow-covered ve...
Version 1.2.0 released! Just another small update. Changelog: Documentation System [doc] 1.1.0 ⋅ The strange “blob” notification sound (and message, if you have central_message active) which occours whenever a new entry got revealed can now be disabled manually with a checkbox in the “Cate...
Thanks for the insight. Melons and pumpkins are a bit less common now. Feel free to test this in the developer version and tell me how balanced you think it is. I will probably release version 0.17.0 tomorrow. I also announce that I will pause MineClone 2 development for the rest of April 2017 (or s...
I agree. I think this is just a lame excuse. Volunteers can't read the mind of the developers when they wrote the code. In my opinion, it is generally the best that the developers who wrote the code are also the ones who document their own code, because they know their own code very well. Moving the...
No, AiTechEye, this doesn't work. :-( As soon as I make use of on_use, I can't swing the sword continously anymore (by holding the left mouse button). But I want still be able to swing the sword continously, a capability which all other tools have by default. I don't want to lose this. :-/
Okay, this is getting absurd. It's now been over 3 months (!) since the release and there is still no official changelog. Is there any reason for this? If there is a problem, maybe we can find a solution together. Can we please get an official statement whether the practice of writing changelogs can...
Yay! This is the 1st mod for MineClone 2 not created by me, and the 2nd mod for MineClone overall. This is great! I am happy because this means my subgame is taken seriously. :-) By the way: The official abbreviation for MineClone 2 is “MCL2” (capital “L” to make it easier to read). Add duck tape to...
How can I use the decorations API to spawn simple decorations underground? For example, placing mushrooms on top of stone in caves. Or do I have to use LuaVoxelManip (or similar)?
With my experiments so far, I only managed to make mushrooms appear at Y chunk borders.
It's very simple: You have to read the version number as 3 separate integers (positive or 0) and the points are just separators. All three numbers serve as “counters”, and one of them is increased every release. The first number is the most significant number, the second the second-most significant ...
No, don't rename Minetest. The name is already too ingrained in the community. Yes, the name is very silly, but also very memorable (probably because it's so silly) and easy to find with a search engine. Renaming it now might create too much confusion. I still really like the name Freeminer. It has ...
Yes, I saw this repository as well. All this looks very nice. But as I already said many times, mobs are currently not a priority and I guess it is still a lot of work to actually include the mobs. But if someone has a nice patch for me, I will probably merge it. No matter if new mob or improving a ...
Maybe you were lucky and hit an unloaded chunk, which resets your speed to 0 without taking fall damage. This explains the black screen. Minetest physics are really broken when it comes to falling at high speeds. It is possible to fall over 1000 nodes on hard ground and still survive, as long you hi...
How do I create a tool/item which is unable to dig anything at all (not even like the hand) AND I can still continously punch while holding down the left mouse button? What I've tried so far: ⋅ Set empty table for groupcaps (the tool still digs like a hand) ⋅ Set on_use (I can no...
Wuzzy read the issue. > Isn't it possible to make the change so that it works out of the box for everyone? No. The settings and new mod have also been carefully designed for an optimum transition, see the PR thread. I call bullshit on that one. If the users end up with <unknown node> by default , t...
I just tested PB&J Pup in the developer version of Minetest Game and want to give some comments: First of all, it's even sillier than the nyan cat. xD I still don't really like it. I didn't know the PB&J Pup Candies are animated. That's interesting. It is tiling quite nicely (except at chunk...
Hmmm, this raises some interesting legal/philosophical questions: It was possible to sue Warner Bros. because they are clearly based in the U.S. and violated an U.S. trademark. Minetest is based in … I don't know. There is no legal entity behind Minetest, nor is there any “Minetest Company” or somet...
Hey Wuzzy. I finally got a chance to use the help the other day for real when I was messing with melons and pumpkins and I noticed that they were in different categories when in my mind, at least at the time, were kind of the same, vis, agricultural products. Both melons and pumpkins are in the Blo...
https://en.wikipedia.org/wiki/Nyan_Cat <--yes iT IS TRADEMARK'D For: Computer application software for use with mobile phones and portable media players, namely, software for manipulating a character through a series of challenges displayed on the device's screen or monitor @!"@&%!&!
Hey, it's not April 1 yet! So I assume this is just random trolling. This story is wrong on so many levels: - IANAL, BUT: How do you know that Nyan Cat is trademarked? If that's the case, who owns the trademark? In which jurisdiction and for which commercial activity? Even if it is trademarked, trad...
I don't know what you mean with “the mapper GUI”. The minimap works for me. To access the minimap in MineClone 2, you first have to obtain the map item which you can craft. Then hit F9 (the minimap key). Make sure you use version 0.16.0 in Minetest 0.4.15. The minimap itself comes from Minetest, not...
1. Is there a place where information can be gotten about things like crafting recipes and portal structures? Kinda like a wiki? Yes. Inside of MineClone 2. It has a built-in crafting guide which shows you all the crafting recipes. Recently a in-game help system was added which aims to provide help...