NOVA is a voxel game modding framework designed to allow mods to be run across different voxel games.
NOVA is licensed under the LGPL v3 License. https://opensource.org/licenses/lgpl-3.0.html
- Issue tracker GitHub
- Project main page (https://nova-team.github.io)
For all libraries we use, include it in your IDE as a jar library.
- Silk Dependency Injection (https://search.maven.org/remotecontent?filepath=se/jbee/silk-di/0.6/silk-di-0.6.jar)
- Guava (https://search.maven.org/remotecontent?filepath=com/google/guava/guava/18.0/guava-18.0.jar)
- JUnit (https://search.maven.org/remotecontent?filepath=junit/junit/4.12/junit-4.12.jar)
- AssertJ
Any contributions should use the NOVA formatter. Instructions for applying to IDEA and Eclipse formatters can be found here.