All versions
3.4.0+1.18.2-forge
Release
[Forge 1.18.2] v3.4.0+1.18.23 years ago 251
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client-side
Client and server
Required content
Changes
3.4.0+1.18.2:
- Added Italian localization by m4t7w. (#129)
- Added tooltip locking: While previewing an item, you can hold the "Lock Tooltip" key (left control, by default) to lock the tooltip and see what items are contained inside in detail.
- Item counts over a thousand will now display with one decimal place by default.
- Removed the 'Dark' theme, it was replaced by the color system
- Exposed preview-related configuration options to the API
- Added per-item preview color customization config menu, modders may use the new ColorKey and ColorRegistry APIs.
- Fixed various typos and errors in localizations.
- Removed the unused 'Lock Preview Window' config option.
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:2M01OLQq:r6yvRbOC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2M01OLQq:r6yvRbOC"
}


