Tags
Creators
Details
10
Compatibility
Changes
Quest Editor is out of beta
Removed beta text Improved quest and category loading times (categories with 100+ quests load up to 10s faster, almost instant) Improved server support and stability Item components now work as intended Updated GUI to make component strings manageable Item browser from the inventory now full copies component data Unsaved changes confirmation popup with save and discard options.
Browsers
Mob browser now uses spawn eggs instead of mob models Browsers now have a proper, vanilla like texture
GUI
Most Buttons now use proper icons including Search Discord Quest editor Config Added a new Hold to delete feature when pressing the delete button, player will be prompted to hold down the delete button for 2s in order to delete safely New back button element outside of the panel in settings GUIs New Plus button element for creating entries in editor GUIs Added hover states to buttons
Config page
Reorganized and cleaned up config GUI Split configs into 3 sections and added tabs for: All Style UI Features Repositioned discord button Removed “Save” button, configs save automatically Added “Reset to default” option for all and each individual config type. Uses the Hold to delete fail safe feature Renamed configs Hide quest widget icons -> Disable Widget Icons Enable description colors -> Text coloring Hide category header -> Display Headers Pinned quest position -> Pinned GUI Hide Quest book in inventory -> Inventory Questbook Quest book inventory button position -> Book GUI position Centre inventory with quest panel -> Centre Quest UI Disable categories -> Categories (enabled / disabled) Enable quest search -> Search Widget Enable quest toasts -> Quest Toasts Disable quest pinning -> Quest pinning Enable quest scrolls -> Quest scrolls Disable quest book -> Quest book
Added Configs:
Text Scale Applies to title, description and tasks in the quest GUI Ranges from 0.5x - 1x Icon Scale Applies to widget icons and detail view icons Ranges from 0.5 - 1x
Localization:
Added Russian
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:Gp1syEMv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pe7paqrv:Gp1syEMv"
}

