1
8
submitted 3 days ago* (last edited 1 day ago) by someoneFromInternet@lemmy.ml to c/minetest@lemmy.ml

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

2
13
submitted 5 days ago by pedka@lemmy.ml to c/minetest@lemmy.ml

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!

3
9
submitted 1 week ago by skele_tron@feddit.org to c/minetest@lemmy.ml

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

4
6
submitted 1 week ago* (last edited 1 week ago) by Monstanner@lemmy.ml to c/minetest@lemmy.ml

Hello everyone. Does anyone know if the Minetest logo used in versions 0.4.7 to 0.4.13 is a font or was it custom made? I've been looking for a while now, but I can't find much that contributes to the solution.

5
8
submitted 1 week ago* (last edited 1 week ago) by BackOnMyBS@lemmy.autism.place to c/minetest@lemmy.ml

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

Circuit

6
7

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
14
submitted 2 months ago* (last edited 2 months ago) by Im_old@lemmy.world to c/minetest@lemmy.ml

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 for the tip!

8
6

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?

9
3

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

10
9
submitted 2 months ago by GrappleHat@lemmy.ml to c/minetest@lemmy.ml

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

11
0
submitted 3 months ago* (last edited 3 months ago) by batman654987@lemmynsfw.com to c/minetest@lemmy.ml

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!

12
7
Exile v03.17 released (content.minetest.net)
submitted 3 months ago* (last edited 3 months ago) by Mantar@lemmy.ml to c/minetest@lemmy.ml

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 to restore inv lost on restart

Get it from: https://content.minetest.net/packages/Mantar/exile/

13
9
submitted 3 months ago* (last edited 3 months ago) by MajorHavoc@programming.dev to c/minetest@lemmy.ml

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.

14
11
Newbie Lessons (programming.dev)
submitted 3 months ago* (last edited 3 months ago) by MajorHavoc@programming.dev to c/minetest@lemmy.ml

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.
15
23
Exile v0.3.16 is out now (content.minetest.net)
submitted 4 months ago by Mantar@lemmy.ml to c/minetest@lemmy.ml

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/

16
23
submitted 5 months ago by 4ffy@lemmy.ml to c/minetest@lemmy.ml

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!

17
44
submitted 5 months ago by Silvia@lemmy.world to c/minetest@lemmy.ml
18
18
Goblins - Update (lemmy.world)
submitted 6 months ago by FreeLikeGNU@lemmy.world to c/minetest@lemmy.ml

Goblins update with many bug fixes for Mineclone 2 and Mineclonia support and emotes for goblin trade reactions!

19
11
Minetest Game Jame 2023 (content.minetest.net)
submitted 6 months ago by ozoned@lemmy.world to c/minetest@lemmy.ml

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

20
23
Minetest 5.8.0 released! (blog.minetest.net)
submitted 7 months ago by darth_tiktaalik@lemmy.ml to c/minetest@lemmy.ml
21
12
submitted 7 months ago by Zughy@lemmy.ml to c/minetest@lemmy.ml

Come try it on the AES Minetest server!

22
5
submitted 7 months ago* (last edited 7 months ago) by Zughy@lemmy.ml to c/minetest@lemmy.ml

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

23
16
submitted 7 months ago* (last edited 7 months ago) by darth_tiktaalik@lemmy.ml to c/minetest@lemmy.ml
24
27

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"

25
13
submitted 8 months ago by 4ffy@lemmy.ml to c/minetest@lemmy.ml

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

view more: next โ€บ

Minetest community

538 readers
1 users here now

Minetest is an infinite-world block sandbox game and a game engine, inspired by Infiniminer, Minecraft and the like.

The community is about the great and open source sandbox game writed in Lua, Minetest.

Feel free to call players for a multiplayer game or publish your project of a mod and everthing related.

Download the game. Check out the wiki.

founded 3 years ago
MODERATORS