A feature-rich Minecraft modpack for Fabric 1.21.5 with adventure, dungeons, quests, and more.
- Dungeon exploration and challenges
- Beautiful world generation with unique structures
- Quest and mission systems
- Epic boss battles and improved combat
- Unique animals and creatures
- Maps for navigation
- Performance improvements for smooth gameplay
- Quality of life features
- Furniture and decoration mods
- Install Docker and Docker Compose
- Clone this repository
- Run
docker-compose up -dto start the server - See the Server Guide for details on configuration
- Install Minecraft 1.21.5
- Install Fabric Loader 0.16.13
- Download the client pack from the server admin
- Extract the client pack and follow the README.txt instructions
This modpack uses a sophisticated system to categorize mods:
- [server] - Server-only mods (administration utilities)
- [client] - Client-only mods (UI, graphics, visual enhancements)
- [shared] - Mods needed on both server and client
Each mod is tagged in the scripts/modpack_profiles/enhanced_adventure_pack.txt file to ensure proper distribution.
To create a client pack for your players:
python3 scripts/download_mods.py --client --profile-name enhanced_adventure_pack.txtThis will generate enhanced_adventure_pack-1.21.5-fabric.zip in the project root.
To validate that your mods are properly categorized:
bash scripts/test_mod_explorer.shThis will check for incompatible mods and ensure proper distribution.
- 4GB+ RAM
- Docker and Docker Compose
- Python 3.6+ (with requests, tqdm, argparse, colorama)
- Minecraft 1.21.5
- Fabric Loader 0.16.13
- 4GB+ RAM allocated to Minecraft
The modpack includes several performance-enhancing mods:
- Lithium
- Sodium (client-only)
- FerriteCore
- EntityCulling
- Krypton
- C2ME
Feel free to suggest additional mods or improvements by creating issues or pull requests.