Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.4-1.8.2+fabric
Release
Legacy4J [Fabric] 1.21.4-1.8.2last year 1,625
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Release 1.21.4-1.8.2
Updated at 2025-06-01 14:39.
Changelog
Merge pull request #819 from pizzart/itemparticle-hotfix
fix item pickup particle in 1.21.4 and above
Release 1.8.2
- Added
Hover Focus Soundoption to Audio section - Added
Legacy Item Pickupoption to Graphics section - Now, the player will stop sprinting when the left stick isn't pressed enough, like in LE, thanks to pizzart
- Now, items will be immediately placed in the inventory when using a controller, like in LE, thanks to pizzart
- Now, pressing left button while looking at a crafting table will open its menu even if Classic Crafting is enabled, like in LE
- Now, control tooltips have parity with the LE
- Now, colored water cauldrons will have more 3 intermediary water levels, like in LE
- Now, cauldrons will have filling particles, like in LE
- Now, bubble particles won't disappear when outside water, like in LE
- Now, the subtitles will be LE-styled
- Now, the sound when mixing incompatible liquids in the cauldron was changed to be like in the PS4 Edition
- Now, the flying speed won't change based on the render distance anymore
- Enhanced
Save cache, now only newer files will be copied - Fixed
Animated Characteroption not working correctly - Fixed Animated Character showing when any living entity equips armor
- Fixed Creative Interface
Clear Quick Selectionnot working correctly - Fixed not being able to craft multiple times when pressing the down button in the Mixed Crafting Interface
- Fixed crash when starting the game and some resource album is corrupt
- Fixed
Show Armor Stand Armsgamerule not working correctly
Merge pull request #783 from Wilyicaro/l10n_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:p8v89Ra4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:p8v89Ra4"
}

