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
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."