this post was submitted on 01 Jul 2024
10 points (100.0% liked)
Minetest community
605 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 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For the 'wow' factor, I find searching for interesringly named mods by TenPlus1 and Wilhelm, is pretty effective. There's a bunch of interesting monsters and creatures across their mods.
It's worth sharing that I learned from previous experiences modding Minecraft not to push my luck with too many mods at once. I had to unlearn that, for MineTest.
Since MineTest was built from the ground up for modding, I've found that I can have a ridiculous number (dozens) of mods running together without any issues, as long as they're bug free and up to date mods.
If i get the Minetest system right, it complains that voxelibre does not contain the default "mod" and player_api, that would mean i have to use most of those over default minetest "game" ?
Yeah, I found that a bit confusing. I think I've groked it, but I'm honestly not sure.
The game
MineGame
provides a variety ofdefault
mods. Most mods available in the ecosystem expect to run alongside whatever relevant default mods came withMineGame
.Some games don't come with some of those same default mods, and so some other mods aren't compatible with every game.
I can pretty confidently translate the error you listed as: "the mod you're trying to use requires another mod
player_api
, which is not included in the game you currently have selected."