This is a template for a generic WorldBox mod loaded by NeoModLoader.
In the top right is a button "Use this template", click this to create your own mod repository using this basic mod template.
This is a template repository that you can use to create your own mod repository.
We have also written an extensive tutorial which you can find here.
Navigate to the mod.json
file and change the following fields:
- "name": The name of your mod, this is what will be displayed in the mod list.
- "author": Your name, this is what will be displayed in the mod list.
- "description": A short description of your mod, this is what will be displayed in the mod list.
- "RepoURL": The URL of your mod repository, this is what will be displayed in the mod list.
Navigate to the ModClass.cs
file and change "CHANGEME" to your own mod's namespace.