Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.4-1.8.0.2515.0+fabric
Beta
Legacy4J [Fabric] 1.21.4-1.8.0.2515.0last year 3,014
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Beta 1.21.4-1.8.0.2515.0
Updated at 2025-04-05 02:38.
Changelog
Beta 1.8.0.2515.0
- Now, not being on ground won't affect the mining speed, like in LE
- Fixed Mixed Crafting Interface showing the ingredients as warning in versions below 1.21.2
- Fixed crash when sword blocking in versions below 1.21.2
- Fixed inventory slots not changing back when opening a vanilla screen
Beta 1.8.0.2514.1 - Added
Legacy Intro and Loadingoption to User Interface section - Fixed smooth movement not working in 1.21.5
- Fixed Advancements Interface tab background with missing texture in 1.21.5
Beta 1.8.0.2514.0 - Added support for 1.21.5
- Now, it requires Factory API 2.2.3.2514.0
- Now, the Leaderboards interface will be more optimized, and update frequently the stats
- Now, the
Legacy Combatwill affect any items withminecraft:swordsandminecraft:pickaxetags - Fixed Flying View Rolling not working in versions below 1.21.1
Beta 1.8.0.2512.4 - Added
legacySwimminggamerule, available without cheats enabled in the Host Options - Fixed crash in Forge versions and NeoForge versions below 1.21.1
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:xVaYhV7e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:xVaYhV7e"
}

