Tags
Creators
Details
Licensed ARR
Published 9 months ago
All versions
9
Release
Boundless: Quests 92 months ago 60
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Important!
- The converter tool for converting pre-Update 8, resource / datapack questpacks has been removed, downgrade to update 7 to upgrade your questpack
- Resourcepack and datapack support has been dropped in favor of the new system
- Questpacks now use a single json file instead of one per entry
Localisation
- Most text instances that were hard coded can now be translated, if you would like to contribute a language, please reach out.
Editor ——————
Single file jsons
- Quests, categories and subs each have a single json file, instead of 1 per entry
- The staging system is gone, 0 loading times, instant updates
- cleaner format, much easier to manage directories
Dropdown menus
- The Completion / reward types have been converted into dropdown menus
- Category and sub category have been converted to dropdown menus
- sub category only displays options linked to its category
- category ID in sub-category editor is now a dropdown with valid options
Browsers
- Added an item browser for, collect, submit and reward item fields
- Added a mob browser for kill quests
- Added a effect browser for effect quests
Questpacks
- removed namespace field and text
- added icon option
Invalid Fields
- Invalid fields are now easier to notice, and provide more feedback
Required fields
- ID, Name, and catageory are required fields for a quest to be created
Fixed
- Sub category ordering
- added missing hover textures to some buttons
- added tooltip for duplicate and delete buttons
- collect quest progress no longer forgets a discarded item when a new item is picked up
- search bar disapearing on click
- multiple quests can no longer have the same id
- fixed false invalid fields
Deprecated / removed
- Resource / data pack loader, exporter, creator and support
- Legacy Json remapping system
- resource / data pack to questpack Converter
- Save stager
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Pe7paqrv:6I9634ei"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pe7paqrv:6I9634ei"
}

