A Node.js application that generates customized Minecraft mod templates for multiple mod loaders (Fabric, Forge, NeoForge) and Minecraft versions.
- Visit the website
- Fill in your mod details:
- Mod Name
- Mod ID (lowercase letters, numbers, and underscores only)
- Package Name (valid Java package name)
- Select the Minecraft versions you want to support
- Select the mod loaders you want to support
- Click "Generate Template"
- Download your customized template
This is a Node.js application deployed on Vercel.
- Node.js and Express
- Vercel (Hosting and Serverless Functions)
- HTML/CSS/JavaScript
- JSZip - For handling ZIP files
- FileSaver.js - For downloading files
- Clone this repository
- Install dependencies:
npm install
- Create a
.env
file based on.env.example
- Run the development server:
npm run dev
- Open
http://localhost:3000
in your browser
- Install Vercel CLI:
npm i -g vercel
(if not using the one included in devDependencies) - Login to Vercel:
vercel login
- Deploy to Vercel:
npm run deploy
The template is automatically updated every 24 hours and fetched from GitHub.
- Ran-Mewo/universal-mod-template - The base template used by this generator