A starter project to help save time when creating a new mod. The project structure tries to follow the official Necesse as much as possible, without becoming redundant. Folders have mostly only been provided for examples, but where new things would go should hopefully make sense.
The mod also includes register methods for most things you'd want to register, ordered as recommended by the Necesse developer. It is recommended to register things exclusively in the created registrars.
You can find community documentation and guides here
You can find the official WIKI page here
- Make sure you rename
ChangeThisName
to a unique name for your mod. If not, you will conflict with other mods using this starter - Rename the project in
settings.gradle
- Update the
mod info
in `build.gradle - Change the
build.gradle
gameDirectory to your Necesse game directory