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
- Native mods that implement IMod
- BepInEx plugins
- 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