Starter Mod Generator
Starter Mod Generator
Section titled “Starter Mod Generator”Fill in a few fields and the site will generate the two files a beginner most often needs first.
MOD
WBML-backed structureWorkbench
Starter Mod Generator
Creates a minimal template based on the structure of WBML mods that have actually loaded in NeoModLoader.
NOTEChoose a GUID once and keep it stable after release. The Political World template adds the dependency and addon registration.
mod.json
Main.cs
Why this template looks like this
Section titled “Why this template looks like this”The manifest shape and BasicMod<Main> / OnModLoad() structure are based on WorldBox Modding Lab probes that actually compiled and loaded on the current research stack. The Political World option also uses the addon registration pattern exercised by WBML.
The generator does not claim that every future NeoModLoader or WorldBox version will use the same contract. Check the compatibility note before publishing a mod.