Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.5-1.8.3-lts+fabric
Release
Legacy4J [Fabric] 1.21.5-1.8.3-ltslast year 16.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Release 1.21.5-1.8.3-lts
Updated at 2025-07-02 00:39.
Changelog
Release 1.8.3 LTS
- Added some missing tip overrides and translations (thanks to Mario662629)
- Added
Inventory Hover Focus Soundto Music section - Added
Display Connection Toastsoption to Controller section - Added
Double-Click In Inventoryto Controller section (now, disabled by default) - Added
Legacy Cursor Movementoption to Controller section (thanks to pizzart) - Added
Limit Cursor to Inventory Boundsoption to Controller section (thanks to pizzart) - Added
Legacy Health Flashoption to User Interface section (thanks to pizzart) - Now, the advanced options sections will have categories (thanks to pizzart)
- Now, some sliders will be more precise (thanks to pizzart)
- Now, Legacy Item Pickup will be more similar to LE
- Now, the music system will be more similar to LE (thanks to pizzart):
- Now, the music will fade when changing dimensions
- Now, the music will fade out when leaving worlds (it won't stop anymore)
- Now, the music will fade in and out when playing music discs
- Now, the intro will be more similar to LE (thanks to Cjnator38)
- Now, the virtual cursor will be more similar to LE (thanks to pizzart)
- Now, the Console Aspects grass model will be more similar to LE
- Fixed the Xbox One control tooltips having incorrect stick icons (thanks to Cjnator38)
- Fixed Legacy4J Settings screen not searching sliders correctly
- Fixed 1.20.1 Creative Interface not having grass
- Fixed crash when looking at slabs with a filled bucket
- Fixed Legacy Item Pickup being "laggy" in 1.20.1
- Fixed not being able to stop flying when on ground in servers without Legacy4J
Merge pull request #846 from Cjnator38/minor-ui-changes
Merge pull request #845 from Cjnator38/main
Merge pull request #832 from Mario662629/main
Click here for complete changelog
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:gHvKJofA:85uYFcOZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:85uYFcOZ"
}

