Template Builder

Generate a fresh mod template in seconds.

Fill in the essentials below and the generator will package a ready-to-edit template with your identifiers already wired up. Keep this page open as a launch pad for new mods.

Lightweight UI, heavy lift. Export a zipped starter kit without leaving this dashboard.

Template Inputs

Ready to package your template.

Template Notes

A simple website that instantly generates a ready-to-build MultiLoader mod project from jaredlll08's MultiLoader-Template by letting you enter your mod name, mod ID, and group identifier, then automatically handling all required renaming and package/path updates for you.

Based on the original MultiLoader-Template by jaredlll08 on GitHub, with full credit to the OP for creating and maintaining the base template.

groupThe Group Name for your mod. See Java Package Naming.
mod idThe Mod ID for your mod. Should be a short, lowercase identifier without spaces.
mod nameYour Mods new name. This can be whatever you want it to be.
versionThe MultiLoader-Template branch version to download.

What You Get

A zip file containing your scaffolded mod, renamed using the values you provide. Open it, tweak the content, and ship.

01Pre-wired identifiers for the mod.
02Standard folder structure.
03Source files ready for edits.