/ModTemplate

Mod template forked from GameLogic

Primary LanguageJava

About

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

Setup Info

  1. Make sure you rename ChangeThisName to a unique name for your mod. If not, you will conflict with other mods using this starter
  2. Rename the project in settings.gradle
  3. Update the mod info in `build.gradle
  4. Change the build.gradle gameDirectory to your Necesse game directory