mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-10-30 15:55:38 +01:00
add player compatibility api (#41)
This commit is contained in:
22
README.md
22
README.md
@@ -1,6 +1,6 @@
|
||||
# XCompat
|
||||
|
||||
[](https://github.com/mt-mods/xcompat/actions)
|
||||
[](https://github.com/mt-mods/xcompat/actions/workflows/luacheck.yml)
|
||||
[](https://content.minetest.net/packages/mt-mods/xcompat/)
|
||||
|
||||
Provides cross compatibility between games and mods for sounds and crafting materials.
|
||||
@@ -15,16 +15,16 @@ See the respective sub apis doc file in /doc for detailed documentation.
|
||||
|
||||
## Directly supported games and mods
|
||||
|
||||
| Games | Sounds | Materials | Textures |
|
||||
| ----------------- | --------- | --------- | --------- |
|
||||
| Minetest Game | x | x | x |
|
||||
| MineClone2 | x | x | |
|
||||
| Mineclonia | x | x | |
|
||||
| Hades Revisited | x | x | |
|
||||
| Farlands Reloaded | x | x | x |
|
||||
| Exile | x | | |
|
||||
| KSurvive 2 | x | | |
|
||||
| Forgotten Lands | x | | |
|
||||
| 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 | | | |
|
||||
|
||||
For functions see /doc/functions.md for the specifics relating to the function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user