Tags
Creators
Details
Licensed ARR
Published 9 months ago
All versions
7
Release
Boundless: Quests 74 months ago 3,273
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Update 7
- XP level submission task
- Submit either points or levels
- Repeatable quests
- An option defined in the editor
- Quest sharing
- Once a quest is completed a scroll icon in the top right corner will create a scroll for that quest
- gifting this scroll will allow another player to unlock the quest
- Quest can only be redeemed if dependencies for that quest have been met
- 1 scroll can be gifted per quest
- Loot table reward
- Creators can define a loot table as a reward for players
- Hidden under dependency quests
- if the dependency is yet to be completed this quest will be hidden
- optional in the editor
Config/Options
- Auto Quest redeeming
- Automatically redeem quests and rewards
- Enable/Disable search bar
- config to add a search bar to the GUI
- Enable/Disabled quest sharing
- config to enable or disable sharing quests
Commands
- commands now accept a player input
GUI
- Optional Search bar in the quest list
- New Tooltips for certain buttons
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:RsDgmPFK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pe7paqrv:RsDgmPFK"
}

