Tags
Creators
Details
Licensed ARR
Published 9 months ago
All versions
7.1
Release
7.1 - 1.20.13 months ago 84
Compatibility
Minecraft: Java Edition
1.20.1
Platform
NeoForge
Supported environments
Client and server
Changes
Editor
- Added the ability to disable any quest pack in the editor, including built in quests
- GUI changes
- Create new buttons have been moved out of the list into proper buttons
- Category, subs and quests have been moved from the list into tabs (one less screen)
- Options like repeatable, optional and hidden have been moved under a flags section
- Quests are now ordered in their categories and subs under collapsible menus
- Added the ability to export questpacks as datapacks (for server use)
- Added Quest pack settings, change name, icon, description
GUI
- Fixed headers not slicing correctly
- added a 22char limit for category titles
- 26char limit for sub category titles
- Category pages
- More than 5 categories can be added now, after 5 categories, they will appear on the next tab over
Config
- Display filters as
- hidden (disables filters)
- buttons (legacy button gui)
- tabs (new tab GUI)
- Disable description colors
- disable colored text in the description. (if its hard to read)
LevelUP compatibility
- Compatible with the LevelUP mod, can now check for players level for completion condition
Other
- Stability and performance improvements
- Fixed 5 major validation issues that may fix issues related to quest redeeming
- legacy functionality removal
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:ys2XZqv9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pe7paqrv:ys2XZqv9"
}

