Links
Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 weeks ago
All versions
1.0.7
Release
FTB Quests UI Overhaul 1.0.72 weeks ago 64
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
Changelog: v1.0.5 → v1.0.7
-
Compact Tracked Quest Button:
- Replaced the text-based jump button (
Tracked Quest/Tracked X/Y) with a compact 11x11 vanilla-style button. - Relocated the button to the bottom-right corner of the quest tree viewport, matching the corner placement style of the top buttons.
- Added the new search/tracked icon texture ([
find_tracked.png](file:///F:/FTBQuestsVisualOverhaul/src/main/resources/assets/ftbquestsvisualoverhaul/textures/icons/find_tracked.png)) to both the mod's base assets and thequestbook_editionresource pack.
- Replaced the text-based jump button (
-
Icon Rendering & Scaling:
- Implemented in-game pose scaling (
TRACKED_QUEST_ICON_SCALE = 0.75F) to render the 9x9 icon centered with breathing room inside the 11x11 button while keeping the texture's native pixels intact.
- Implemented in-game pose scaling (
-
Cleanup:
- Removed obsolete translation keys from [
en_us.json](file:///F:/FTBQuestsVisualOverhaul/src/main/resources/assets/ftbquestsvisualoverhaul/lang/en_us.json) (tracked_quest.jumpandtracked_quest.jump_indexed).
- Removed obsolete translation keys from [
-
Version Bump:
- Updated version to
1.0.7in [gradle.properties](file:///F:/FTBQuestsVisualOverhaul/gradle.properties).
- Updated version to
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:BH8DzrcH:uLZUpZMM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BH8DzrcH:uLZUpZMM"
}

