All versions
6.0.0
Beta
Loot Journal 6.0.03 months ago 101
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
This update enhances every aspect of Loot Journal, significantly expanding customization while improving ease of use and accessibility, and introducing more built-in styles to choose from.
- Brand-new theme system allowing visual styles and effects to be defined via resource packs. Themes can also provide their own config options, which dynamically appear in the in-game config screen.
- 7 built-in themes, including: Classic, Minimal, Tooltip, High Contrast, Minecraft Java, Minecraft Bedrock, and Minecraft Dungeons
- Significant improvements to animation smoothness and quality, with support for customizable easing functions and transitions
- Brand new visual effects, including rare item glows and pickup pulse effects for newly acquired items
- Fully redesigned configuration system, featuring a flexible and user-friendly in-game config screen with extensive customization options, including advanced layout settings, padding, element ordering, sound effects, tag-based filtering, and more
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:OJ6ZYz5L:3UXZlPog"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OJ6ZYz5L:3UXZlPog"
}



