Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.8-1.8.5+fabric
Release
Legacy4J [Fabric] 1.21.8-1.8.5last year 50.1K
Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Release 1.21.8-1.8.5
Updated at 2025-08-15 01:12.
Changelog
Release 1.8.5
- Fixed broken Sign and Hanging screens
- Fixed Sign and Hanging screens not playing the back sound
- Fixed crashing when the game is loaded too fast
- Fixed Console Aspects grass model z-fighting
- Fixed Horse and Llama screens
- Fixed advancements tooltips not being shown
- Fixed sounds not stopping when changing dimensions
- Fixed item rendering artifacts
- Fixed Crafting Interface not considering the page for the craftable recipes
- Fixed Crafting Tab Listing missing Polished Blackstone Brick Stairs and Polished Blackstone Brick Slab
Release 1.8.4 - Added
Legacy Flightgame rule - Added
Directional Audiooption,Music Frequencyslider andShow Music Toastoption from vanilla to Audio section - Added
Legacy Advancements Interfaceoption to User Interface section - Added
Leaderboards Interfaceoption to User Interface section - Now,
Show Subtitleswill be inAudiosection - Now, players will be able to swim while flying, like in LE (with
Legacy Swimmingenabled) - Now, Bonus Chest won't save its name to the dropped item, like in LE (this doesn't apply to bonus chests loaded from previous versions)
- Fixed closed and open eyeblossoms not being in the Creative Interface
- Fixed sweeping edge enchantment having higher level with Legacy Combat enabled
- Fixed map coords not showing
- Fixed mixin crash in dedicated servers
- Fixed UI Sound Source slider not applying to legacy sounds
- Fixed Music Sound Source slider not working properly
Release 1.8.3 - Ported to 1.21.8
- Updated Stonecutter
- Added
Enhanced Item Translucencyoption in Graphics section - Added missing symbols in Mojangles 11 font
- Fixed mixin crashes in Forge
- Fixed
Bubbles Outside Wateroption not being in Graphics section - Fixed
Display Control Tooltipsoption not being in User Interface section - Fixed advancements not updating when changing pages
Beta 1.8.2.2532.0 - Added missing symbols in Mojangles 11 font
- Ported to 1.21.8
- Updated Stonecutter
- Fixed mixin crashes in Forge
- Fixed player tab overlay content being behind its panel
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:Hc1m200E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:Hc1m200E"
}

