Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.46 KB

File metadata and controls

33 lines (23 loc) · 1.46 KB

logo
ModTemplate

zh en

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.

How to create your own mod

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.

Changing some important things

Navigate to the mod.json file and change the following fields:

  1. "name": The name of your mod, this is what will be displayed in the mod list.
  2. "author": Your name, this is what will be displayed in the mod list.
  3. "description": A short description of your mod, this is what will be displayed in the mod list.
  4. "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.