

WaveAPI - No Longer Maintained
WaveAPI is a specialized API for creating Minecraft modifications that completely abstracts the game's logic. The main goal of this tool is to significantly simplify the mod development process and free creators from the need to adapt their projects for different game versions.
Working with Quilt
When installing WaveAPI, a separate WaveAPI directory is automatically created in the Minecraft folder. It is used for caching various data. If you are working with Quilt, it is recommended to move WaveAPI mods to the special waveAPI/mods folder within the main game directory. Please note that this folder is not created automatically - you will need to create it manually.
Solving Texture Issues
If you encounter problems with texture display in mods created based on WaveAPI, try going to the waveAPI folder and deleting the modifcache.txt file. This may help restore the correct operation of graphical elements.
Developing Mods with WaveAPI
For those who want to try creating their own mod using this API, documentation is available at: https://waveapi.org/documentation/index.html (work in progress).
You can also study the source code of existing projects:
https://github.com/WaveAPI/test-mod
https://github.com/nullTheCoder/Potatoes-and-their-uses
If you have questions about developing mods with WaveAPI, you can ask them in the Discord community.
Reporting Bugs
If you discover any issues related to WaveAPI operation, please report them via GitHub, Discord, or both channels simultaneously.