xcompat/README.md

35 lines
1.5 KiB
Markdown
Raw Normal View History

2024-02-27 07:28:29 +01:00
# XCompat
2024-09-09 00:01:52 +02:00
[![luacheck](https://github.com/mt-mods/xcompat/actions/workflows/luacheck.yml/badge.svg?branch=master)](https://github.com/mt-mods/xcompat/actions/workflows/luacheck.yml)
2024-02-27 07:28:29 +01:00
[![ContentDB](https://content.minetest.net/packages/mt-mods/xcompat/shields/downloads/)](https://content.minetest.net/packages/mt-mods/xcompat/)
2024-02-27 07:28:29 +01:00
Provides cross compatibility between games and mods for sounds and crafting materials.
2024-02-27 07:28:29 +01:00
Thanks to:
* MisterE, OgelGames, and Blockhead for naming advice/suggestion.
* luk3yx, Blockhead, BuckarooBanzai for bouncing ideas on the concept of this mod.
2024-02-27 07:28:29 +01:00
## Usage
2024-05-26 17:07:43 +02:00
See the respective sub apis doc file in /doc for detailed documentation.
2024-03-04 07:55:26 +01:00
## Directly supported games and mods
2024-09-09 00:01:52 +02:00
| Games | Sounds | Materials | Textures | Player |
| ----------------- | --------- | --------- | --------- | ------ |
| Minetest Game | x | x | x | x |
| MineClone2 | x | x | | x |
| Mineclonia | x | x | | x |
| Hades Revisited | x | x | | |
| Farlands Reloaded | x | x | x | x |
| Exile | x | | | |
| KSurvive 2 | x | | | |
| Forgotten Lands | x | | | |
2024-02-27 07:28:29 +01:00
For functions see /doc/functions.md for the specifics relating to the function
2024-02-27 07:28:29 +01:00
**Mods**
* `basic_materials`
* `mesecons_materials`
* `moreores`