@bobschlowinskii/clicraft
v1.0.1
Published
A simple Minecraft Mod Package Manager written in Node.JS
Downloads
984
Readme
CLIcraft
READ THE DOCS
A simple Minecraft Mod Package Manager and launcher written in Node.js. Create and manage Minecraft instances with Fabric or Forge mod loaders, search and install mods from Modrinth, and launch the game directly from the command line.
Why CLIcraft?
Unlike other PMs or Launchers, CLIcraft can do both! Simply type a few commands and you're playing fabric or forge minecraft.
Features
- 🎮 Create Instances - Set up new Minecraft client or server instances with Fabric or Forge
- 🔍 Search Mods - Find mods on Modrinth with filters for version, loader, and more
- 📦 Install Mods - Download and install mods directly to your instance
- ⬆️ Upgrade - Update mods, mod loader, or Minecraft version
- ℹ️ Instance Info - View detailed information about your instances
- 🔐 Microsoft Login - Authenticate with your Microsoft account to play online
- 🚀 Launch Game - Start Minecraft directly from the terminal
Installation
NPM Package (Recommended)
npm install -g @bobschlowinskii/clicraftFrom Source
# Clone the repository
git clone -b live https://github.com/theinfamousben/clicraft.git
cd clicraft
# Install dependencies
npm install
# Link globally (optional, for using 'clicraft' command anywhere)
npm linkRequirements
- Node.js 18 or higher
- Java 21 or higher (for running Minecraft)
Supported Platforms
- ✅ Linux
- ✅ macOS
- ✅ Windows
License
ISC
Contributing
Contributions are welcome! Please read our Contributing Guide to learn how to get started. You can also open an issue or submit a pull request on GitHub.
