Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 21 hours ago
All versions
1.21.4-1.8.0.2514.1+fabric
Beta
Legacy4J [Fabric] 1.21.4-1.8.0.2514.1last year 1,289
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.2514.1
Updated at 2025-04-01 01:22.
Changelog
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
Beta 1.8.0.2512.3 - Added
water_fog_distance,fog_colorandsky_fog_colorfields to Biome Override - Added
block_lightCommon Color - Fixed
defaultBiome Override not being cleared after reloading resource packs
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:2OoIGsez"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:2OoIGsez"
}

