Skip to content
forked from DrFair/ExampleMod

A base mod project to help get you started on designing your new mod!

Notifications You must be signed in to change notification settings

Necesse-Community/ModStarter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A base mod project to help get you started on designing your new mod!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%