Update README.md

This commit is contained in:
noothenoot
2026-04-18 20:55:57 +03:00
committed by GitHub
parent 17db4b7360
commit 22906b534e
+7 -7
View File
@@ -1,4 +1,4 @@
# 🛠️ Crafty Mod Installer # Crafty Mod Installer
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Node.js](https://img.shields.io/badge/Node.js-v18%2B-green.svg)](https://nodejs.org/) [![Node.js](https://img.shields.io/badge/Node.js-v18%2B-green.svg)](https://nodejs.org/)
@@ -9,13 +9,13 @@ An automated command-line tool designed to bridge **Crafty Controller** with **M
## ✨ Features ## ✨ Features
- 🔗 **Dual Platform Support**: Seamlessly integrate with Modrinth (`.mrpack`) and CurseForge (official API). - **Dual Platform Support**: Seamlessly integrate with Modrinth (`.mrpack`) and CurseForge (official API).
- 🏗️ **Automatic Server Creation**: Create new Minecraft instances in Crafty directly from the CLI. - **Automatic Server Creation**: Create new Minecraft instances in Crafty directly from the CLI.
- **Local/Remote Modes**: - **Local/Remote Modes**:
- **Local**: Blazing fast direct filesystem installation. - **Local**: Blazing fast direct filesystem installation.
- **Remote**: Prepares files for upload or communicates via API. - **Remote**: Prepares files for upload or communicates via API.
- 📦 **Modpack Awareness**: Automatically handles `manifest.json`, `modrinth.index.json`, and server-side overrides. - **Modpack Awareness**: Automatically handles `manifest.json`, `modrinth.index.json`, and server-side overrides.
- 💬 **Interactive Interface**: Step-by-step prompts for selecting versions, file types, and server settings. - **Interactive Interface**: Step-by-step prompts for selecting versions, file types, and server settings.
--- ---
@@ -30,7 +30,7 @@ An automated command-line tool designed to bridge **Crafty Controller** with **M
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/yourusername/crafty-mod-installer.git git clone https://github.com/noothenoot/crafty-mod-installer.git
cd crafty-mod-installer cd crafty-mod-installer
``` ```