Manual: Update modding section

This commit is contained in:
Wuzzy 2024-04-11 12:36:27 +02:00
parent 091c69157e
commit f007c93a65

View File

@ -416,23 +416,24 @@ Whatever you do with your Repixture server is up to you, of course, just keep th
In multiplayer, you can see the name as well as the health bar of every player above their head. The health bar can be disabled in the settings.
### Modding support
Repixture supports mods, using the powerful Minetest Lua API. With mods, people can extend or modify the game in many fun and interesting ways. Mods are completely optional, however, as Repixture wants to be a complete game in its own right. Refer to the Minetest documentation to learn how to install and activate mods.
If youre a mod developer, read the text file `DEVELOPERS.md` in the Repixture directory to get started.
## Compatibility notes
In this technical section some information is provided about compatibility with mods and older versions of Repixture is provided.
### Mod compability
### Compatibility with mods
While Repixture supports Minetest mods, not all mods that were created for Minetest will work in Repixture.
While mods are not the main focus of Repixture, Repixture is still very moddable, thanks to Minetests powerful Lua API. However, not every mod for Minetest is automatically compatible with Repixture. If you want to try out a mod, remember to check the dependencies.
Mods …
Two types of mods in general should work with Repixture:
* that were created for Repixture specifically and
* generic mods that dont depend on any particular game
* Mods that were explicitly developed for Repixture
* Generic mods that dont depend on a particular game
Mods that were created specifically for different game only, like Minetest Game, will probably not work.
If youre a mod developer, reading the text file `DEVELOPERS.md` in the Repixture directory is highly recommended.
are OK. Other mods, however, may or may not work.
### Using old biomes from before version 3.0.0