Tags
Creators
Details
All versions
1.1.0+mc1.20.6
Release
Better Lore 1.1.03 weeks ago 5
Compatibility
Minecraft: Java Edition
1.20.6
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
Better Lore is now available across Fabric, NeoForge, and Forge, with support for Minecraft 1.20.5 through 26.2 where the corresponding loader is available.
Additions and fixes
- Custom names, gradients, formatting, and lore are preserved when supported item-blocks are placed in the world and picked up again.
- The Lore button and panel remain accessible after resizing or restoring the game window.
- Fixed the Lore button becoming unable to reopen the panel after using the X button on older Minecraft versions.
- Fixed color-wheel elements rendering underneath RGB controls on Minecraft 1.20.5–1.21.5.
- Fixed JEI obstructing the Better Lore panel on Forge 1.20.6.
- The lore field can no longer be edited without an item in the anvil.
- Insert Color, Insert Gradient, and formatting buttons no longer modify fields when the item slot is empty.
- Improved compact and windowed anvil layouts.
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:KrtmrTWM:fSJPylr5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KrtmrTWM:fSJPylr5"
}


