Better Questing API
ModBetterQuestingAPI is a runtime API mod for registering and applying BetterQuesting chapters, quests, tasks, and rewards from code or imported resources
Type
Mod
Modrinth Downloads
11
Modrinth ID
XezOv4vN
Last Updated
Jun 7, 2026
Description
BetterQuestingAPI
BetterQuestingAPI is a runtime API mod for registering and applying BetterQuesting chapters, quests, tasks, and rewards from code or imported resources.
Features
- Register chapters, quests, tasks, and rewards entirely from code.
- Runtime quest injection and reinjection support.
- Import quest structures from resource files.
- Quest patching support for modifying existing quests.
- Java SPI integration for dynamic quest reloads.
- Lightweight API artifact for addon development.
Developer Usage
Register quests directly in code:
BQApi.register(chapterDefinition);Import quest resources:
BQApi.registerImportedFolder("yourmodid", "bqapi/quests");Apply changes after startup:
BQApi.reinject(server);Patch existing quests:
BQApi.patchQuest("othermod.some_quest", patchFunction);For Addon Developers
BetterQuestingAPI provides a stable Java API for creating and managing BetterQuesting content without manually editing quest databases.
The project includes:
- Quest builders
- Chapter and quest definitions
- Resource importers
- Runtime application system
- Dynamic reload support
Use the API artifact as your compile-time dependency when developing addons.
Compatibility
Mod Loaders
Game Versions
Similar Mods
Pyr - Overhauled Nether Portals
Portals are restricted to ruined portal structures, or anywhere with a gold block and netherite ingot.
Dynamic Enchants
This Mod adds different types of enchants that could be helpful, examples: Flight, Light Aura, Tool Repair, Armor Repair...
SimpletpPro
A simple teleportation mod....
mob_controller
Let all mobs fight for you.
Cave Lamps
Adds the cave lamp; a utility light source block designed for caving.
Keybind
⌨️ Bind keys to server-side commands. Press a key, the server runs a command.