28 lines
853 B
Markdown
28 lines
853 B
Markdown
# Cobblemon NPC Creator
|
|
|
|
A comprehensive web application for creating and customizing NPCs for the Cobblemon Minecraft mod.
|
|
|
|
## Getting Started
|
|
|
|
1. Install dependencies: `npm install`
|
|
2. Start development server: `npm run dev`
|
|
3. Open browser to `http://localhost:5173`
|
|
|
|
## Features
|
|
|
|
- **NPC Configuration**: Basic settings, battle config, Pokemon parties
|
|
- **Dialogue Editor**: Visual dialogue tree editor with MoLang support
|
|
- **Import/Export**: JSON preview, validation, and file export
|
|
- **Real-time Validation**: Error checking and warnings
|
|
|
|
## Usage
|
|
|
|
1. Configure basic NPC settings
|
|
2. Set up battle configuration (optional)
|
|
3. Create Pokemon party (for trainers)
|
|
4. Configure interaction system
|
|
5. Create dialogue (if using dialogue interaction)
|
|
6. Export JSON files to your mod data folder
|
|
|
|
Built with React, TypeScript, Vite, and Tailwind CSS.
|