Inform about the modding api (readme)

This commit is contained in:
Bixilon 2020-10-02 22:38:14 +02:00
parent bd1283c6d8
commit 3ff33031e2
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -39,7 +39,7 @@ Sadly, we cannot support all versions. We will add support for all major version
- April fools: I will not add any support for them, there are only a few things known. They might work, untested
## Modding
Minosoft is modding friendly. Currently (because of WIP), there is no modding API. The code is pretty dynamic (all blocks, items, entities, etc are stored in json files). It is pretty easy to load custom entities, etc.
Minosoft is modding friendly. I am working hard on an reasonable API. See !17 for more details. See [Modding.md](https://gitlab.bixilon.de/bixilon/minosoft/-/blob/modding/doc/Modding.md) for more details. The code is pretty dynamic (all blocks, items, entities, etc are stored in json files). It is pretty easy to load custom entities, etc.
We will add a real modding API once Rendering is complete. Spoiler: Forge mods are NOT compatible. Feel free to write a compatibility layer (This is a really hard thing, we do things completely different).
## Contribution