first commit

This commit is contained in:
Matthieu
2025-08-11 21:32:22 +02:00
commit 43ee493f9e
31 changed files with 7519 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# 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.