Minetest community

My [Goblins](https://content.minetest.net/packages/FreeLikeGNU/goblins/) mod for Minetest now works with: * [Minetest Game](https://content.minetest.net/packages/Minetest/minetest_game/) * [VoxeLibre / MineClone 2](https://content.minetest.net/packages/Wuzzy/mineclone2/) * [Mineclonia](https://content.minetest.net/packages/ryvnf/mineclonia/) * [Hades Revisited](https://forum.minetest.net/viewtopic.php?t=19121) * [Repixture](https://content.minetest.net/packages/Wuzzy/repixture/) Get it in game or from the ContentDB [![ContentDB](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fcontent.minetest.net%2Fpackages%2FFreeLikeGNU%2Fgoblins%2Fshields%2Fdownloads%2F)](https://content.minetest.net/packages/FreeLikeGNU/goblins/)

27
1

As of this post the [blog](https://blog.minetest.net/) is not yet updated, but the update is available for [download](https://www.minetest.net/downloads/) and the [change log](https://dev.minetest.net/Changelog#5.8.0_.E2.86.92_5.9.0) is updated.

39
2

![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Fec32e870-d4a6-48da-845e-d15849360308.png)

22
1

I like such mods in minecraft. Maybe minetest has some similar?

10
12

Hey, I've found out about Minetest yesterday and I really like it. I wanted to get more familiar with the game, so I thought that making a survival world would be a good learning experience. I have made a few worlds in the Minetest Game, but I noticed that it's a clean sheet for mods. So if I wanted a classic survival experience like in Minecraft, what would be better, a modded Minetest Game or VoxeLibre? Thanks in advance!

16
3

Not a carbon copy, but my kid was awestruck by dinosaurs and monsters, running a fabric server at home has taken me a whole sunday to set up I wanted to come to voxelibre, im tired of evading msofts practices even tho i had long ago bought the game. I wish there was DwarfFortress / Minetest crossover tho

10
3

I've tried the standard Minecraft one and several variations of it, but none work. The standard one below just doesn't give the cart enough time to unload. I tried placing 3 hoppers in a row and one in a closed track circuit, but those didn't work either. Standard ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.autism.place%2Fpictrs%2Fimage%2F4062cafc-11f3-47e5-b317-789d551a8361.jpeg) Circuit ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.autism.place%2Fpictrs%2Fimage%2F6b63bc1e-aaba-40fc-8519-b40d39d341ba.png)

8
2

Ok this might be totally random but I think it might be possible to use the power of some GPUs to offload the heavy lifting. Imagine having a world with lots of stuff going on. It would be nice to have it offloaded to the GPU as the GPU can do calculations in parallel.

7
4

Hi everyone! Can someone please recommend a game without monsters (but with animals)? I am running my minetest server at home and I'd like to start playing with my kid, but I really don't like the monsters bit. I just want a game where we can explore and build things together. Thanks! ETA: For anyone looking for the same thing: I've added the option `only_peaceful_mobs = true` in minetest.conf under minetest/data/games/mineclone2 I've waited for the next night cycle and no monsters spawned. But a cow mooing behind me scared lol. Thanks to [@GrappleHat@lemmy.ml](https://lemmy.ml/u/GrappleHat) for the tip!

15
4

How can I linkba controller to mintest on android. If three is no native support how would I need to map controls to screen to use a controller?

6
8

I wanna make a server as close to vanilla mc as possible but my hardware is a bit limited, I'm running a Samsung a51 as my server. What plugins give a mc like experience? And how do I make the server

3
14

What are your recommended Minetest graphics settings? I've tried the "just turning everything on" approach, and that's fine. But it's a bit superficial. What are the knobs to turn to get a more fun graphical experience? :D

10
3
https://lemmynsfw.com/pictrs/image/737dc55b-2556-43df-9c92-6d147bf6620f.jpeg

I was playing a lot of Survivalcraft back in the days and i think its a great game. And now that i know for Minetest and enjoy a lot of Mineclone2 i would love to see Survivalcraft clone in Minetest. Since i played both Minecraft and Survivalcraft i would now love to play them boath in Minetest. I wander is there someone else that have the same idea, and is there interest for such a project at all..? I imagine that Minetest engine would also need an ubgrade, since Survivalcraft have some features that Minecraft doesnt have. Like temperature sensitivity for player and plants, also you cant eat same food alvause or you will get sick. And also you can get sick from cold, and wetness is also a factor and so on.. But it would be such a great game in Minetest!

1
0
content.minetest.net

Exile stable release v0.3.17 is out with the following new features: - Better feedback: Informational states displayed on character tab - Drystack and Rammed earth arches: build a wall, knock out the middle - server command: /recover_inv <player> to restore inv lost on restart Get it from: https://content.minetest.net/packages/Mantar/exile/

9
0
github.com

Since I couldn't find it, here's a bare minimum guide to starting using the Pipeworks mod. This recipe builds a trivial item sorter. Mods you need: - Pipeworks - Mesecon - I3 Inventory (optional, strongly recommend) Resources you need (if building this in survival): - 24 wood planks for 4 chests - a lot of leaves (for plastic for tubes and for the injector) - a lot of mese Crystals (for the injector and the sorting tube segment and the blinky plant) - 3 saplings (for the blinky plant) - 2 iron for the injector To build the parts - look up the part recipes in I3 Inventory, or the MineTest wiki. The Build: In this order, place, on flat ground, in a straight line: - A chest - A stack wise filter injector - A pneumatic tube segment - A sorting pneumatic tube segment - A final chest Now place the last two chests on the ground on either side of the 'sorting pneumatic tube segment'. Now place a 'blinky plant' beside the 'stackwise filter injector', to get it running. Yes, it must be a blinky plant. Now throw some crap in the first chest and watch it get moved randomly to the other 3 chests. Now, grab an item you want sorted, say 'dirt block'. Left click on the 'sorting pneumatic tube segment'. Put the dirt block next to one of the colors. Put more dirt blocks into the first chest. Watch the dirt blocks follow the color you chose. Repeat with more item types. Now your inventory is sorted, kind of. Finally, add additional chests and sorting tube segments, as needed, to suit your personal play style. Edit: Of course now I found a decent wiki page that has more detail, so I put that in the URL.

10
0

Here's things I learned, so far, as a new player of Minetest. I'm new at this, so I'll gladly update this post with any corrections. - Mineclone2 is a great place to just start playing! - When confident enough to choose my own plugins, I switched back to MineGame/default, for the bigger library of available plugins. - Mesecons is redstone, but looks way nicer. Insulated wires alone look like a huge sanity saver. - The world is dramatically taller and deeper, so you're going to want a teleporter or elevator plugin. I found Travelnet a practical option. - if you're coming from Java edition Minecraft, you may be pleasantly surprised how much faster, lighter and more efficient Mineclone is. - The hang glider plugin is a giggle and a half. - Building a Cotton farm was a quicker path to beds and hang gliders, for me, than searching for sheep.

14
0
content.minetest.net

A new release of Exile is out now. We've bumped the minimum Minetest version to 5.5, and we're happy to say that Exile is now fully free/libre! Say hello to our brand new CC-BY-SA 4.0 Gundu model: https://files.catbox.moe/28wt2f.mp4 Changes: - Replaced NC-licensed Gundu, Exile should be fully free now - WITT for Exile: show the names of things when you press the zoom key - Improved light meter - Added /crouch as alternative to double-tapping shift, in case of lag - Less trouble with lowering ropes/ladder Get it from: https://content.minetest.net/packages/Mantar/exile/

23
1
blog.minetest.net

> Improvements are made to graphics, the Lua API, and the user interface. We present the winners of the 2023 Game Jam along with other cool mods. A new core developer joins the team, and we look forward to FOSDEM 2024!

23
6

[Goblins](https://content.minetest.net/packages/FreeLikeGNU/goblins/) update with many bug fixes for Mineclone 2 and Mineclonia support and emotes for goblin trade reactions!

19
2
content.minetest.net

The results of the #Minetest #gamejam are in! In third place, we have "The Unexpected Gambit" by NO11 A chess game with unexpected mechanics. https://content.minetest.net/packages/ In second place, it's The Velvet Crystal by regulus Recover the crystal and bring light back into the world https://content.minetest.net/packages/regulus/regulus_mtgamejam_2023/ and first place goes to... Citadel by Irevol - A time-traveling puzzle game https://content.minetest.net/packages/_Irevol_/citadel/ Stolen from the Minetest Mastodon: https://fosstodon.org/@Minetest

12
0
mastodon.social

Come try it on the AES Minetest server!

12
0

Are you prepared to make your keyboard and mouse dance to the rhythm of Mariah Carey in this new FPS tournament? ❓ 8 teams of 3 players each. Direct elimination 🗺 Hyperium (quarterfinals), Station 2 🗓 Friday, 29 December 🕑 8:30 PM - 10:30 PM (UTC) 🏆 Prizes 1st place: Champion title tag, server statue, €20 each! 💰 2nd place: finalist tag ✍️ How to apply: Enter the Matrix room of the AES server (https://matrix.to/#/%23minetest-aes:matrix.org) to let us know about your team

5
0

I found a bunch of cool mods and cool servers that make it up to par with vanilla minecraft and maybe even up to par with modded minecraft. I have just a few questions, is it possible to change the way the third person camera operates? it looks a little weird to me and I was wondering if there's a way to make it more "minecrafty"

27
1
blog.minetest.net

A menu rework and God rays are among the improvements on the road to the 5.8.0 release.

13
2

As in my other post (I think it is better to keep the posts separate because they are different problems) Minetest on Linux has a strange input lag in the mouse, it is not very big but it is very noticeable for a game like Minecraft, it gives me headaches when playing with that input lag. I tried to activate the mouse "smoothing" and although I would say it helps a little, it doesn't really fix it, it just camouflages it and gives a weird sliding effect on the mouse. As I already mentioned, this problem is exclusive of Minetest in Linux, in Windows I don't suffer from any problem. I consider that these problems are Nvidia's propietary drivers fault, I was really investigating a lot this problem before posting this here but I didn't find anything, just some unrelated issues in Github.

6
0

Hi! I have been enjoying Minetest immensely these last few days but it is simply unplayable on my PC because it is unable to maintain a stable framerate, be it 30 or 60 fps. Sometimes when viewing giant block structures or sometimes at random times the FPS drops to 24 or less and I tried to lower the rendering distance (I think it's called differently) but although it does improve, it shouldn't be fixed if my PC is 100% capable of running it well, and in fact on Windows it runs beautifully. Specs: RTX 3060, Ryzen 5 5600X, 16GB DDR4, SSD. I thought it was a problem with my distro (Garuda Linux) so I installed another one (KDE Neon) and it's exactly the same, I also switched from X11 to Wayland and it's still the same, I honestly don't know why this happens but it's not hardware deficiency, also I tried the git version (via AUR), flaptak and snap, the problem persists, In Windows it works perfectly without any problem, it runs great and with everything set to maximum but in Linux it is simply unplayable. I would like to add something important, and it is that in Linux none of the compilations uses the GPU to the maximum, according to nvtop it is being used but in very little measure, and it seems that the CPU does everything.

11
7

I want to get things like server uptime and player count

5
3

Is it possible to run a command on the host though a mod? I know that could be a massive security risk.

3
1

I'm looking to build some houses but I want to have the sinks and light be powered off of a city main running under the street. Is this possible?

8
0

As seen in the image, in the past to download Mineclone2 I simply downloaded it from there, but I don't see it available anymore, is there a reason? I already downloaded the .zip and placed it in `$HOME/.minetest/mods` and although it appears in the list of mods I can't use it.

13
6

Here's a short list of some the Minetest gameplay channels that I've found on PeerTube recently. It includes only channels that have posted Minetest content in the past year (IIRC all of these have posted within the past month or so). [@minetestvideos](https://share.tube/video-channels/minetestvideos) of course - Regular videos reviewing Minetest mods by [@nathansalapat](https://share.tube/accounts/nathansalapat). [@linux.sauna.videot@diode.zone](https://diode.zone/c/linux.sauna.videot/videos) - Regular Minetest VODs in Finnish with a Linux bent. [@pcworms](https://peertube.linuxrocks.online/video-channels/pcworms) - Minetest CTF VODs, mostly in English. [@lofenyy\_does\_things](https://diode.zone/video-channels/lofenyy_does_things) - Calm Minetest gameplay. [@dragfyre\_games](https://diode.zone/video-channels/dragfyre_games) - Minetest with kids, among other things. Feel free to comment on this post if you know of other good PeerTube channels!

18
2
https://gitlab.imn.htwk-leipzig.de/imocsy/lo-tek/-/wikis/object2minetest.en

A workflow to scan 3D objects into Minetest voxel buildings targeted at low end hardware. Comments are appreciated.

10
2

Well, I am looking for a free Minetest server hosting service for me and my friends and i found this website. I just wanna know if this is safe or not. [http://www.minetesthosting.com/]()

5
3