Home(English) - WorldBoxOpenMods/ModLoader GitHub Wiki

Home

Introduction

How to install

How to make mods

NeoModLoader supports loading/recognizing multiple mod formats, you can use any of them to make mods.

Supported mod formats

  1. Native mods that implement IMod
  2. BepInEx plugins
  3. NCMS mods

Here we mainly introduce the method of making native mods that implement IMod. Jump to tutorial page

BepInEx tutorial see Google Search

NCMS tutorial see NCMS documentation