Save Level Data API
This is an API mod. Which means that it's only needed as a dependency for other mods. If you aren't a mod developer don't pay attention to it :)
If you are a mod developer:
- With this mod you can easily store and handle all level-specific data of your mod.
- You can save your values to the local save file of your mod
- Or you can save them to the special text object right inside the level (to preserve values when publishing the level)
Check README on github for more information and examples
Contribution
- You can report a bug or suggest a feature on my Discord server
- You can contribute to the code on GitHub