Test Modpack Setup - MarkusBordihn/BOs-Easy-NPC GitHub Wiki
Setting Up a Test Modpack ๐งช
Using a dedicated test profile is the easiest way to verify Easy NPC changes without unrelated noise from a large everyday modpack.
Prerequisites
- CurseForge App or another launcher with a clean profile workflow
- Minecraft Java Edition
Supported Version Families
Easy NPC supports multiple Minecraft versions and loaders. Always pick a profile that matches the exact build you want to test.
Step 1: Create a Clean Profile

- Open the launcher.
- Create a new Minecraft profile.
- Pick the target Minecraft version.
- Pick the matching loader.
- Launch the profile once, then close the game again.
Step 2: Install the Mod
For normal testing, install:
- Easy NPC Bundle
Or install these two modules together:
- Easy NPC Core
- Easy NPC Config UI
If you are testing command-only server behavior, Core alone can be enough.

Step 3: Manual File Install if Needed
If the build is not yet visible in the launcher:
- Open the profile folder
- Open the
modsfolder - Copy the matching
.jarfiles into it

Step 4: Optional Helper Mods
Useful helper mods for testing:
- JEI
- Jade
- Spark
If you want to test integrations, also add the relevant target mods such as Cobblemon or Epic Fight.
Step 5: Create a Test World
Recommended world settings:
- cheats enabled
- default terrain
- easy access to Creative and Survival mode

Good Testing Habits
- keep one profile per Minecraft version and loader
- use a small mod list when reproducing bugs
- keep separate worlds for dialogs, trading, and integration tests when useful
For the actual checklist, continue with Test-Guide.