Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
1.21.4-1.8.0.2512.4+fabric
Beta
Legacy4J [Fabric] 1.21.4-1.8.0.2512.4last year 8,113
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Beta 1.21.4-1.8.0.2512.4
Updated at 2025-03-19 22:07.
Changelog
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
Beta 1.8.0.2512.2 - Fixed mixin crash
Beta 1.8.0.2512.1 - Added
System Cursorto Mouse Settings section - Added
Cursor At First Inventory Slotto Mouse Settings and Controller sections - Fixed
Cursor Modeslider not updating the cursor mode - Fixed crash in Forge and NeoForge versions
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:zFfwasj8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:zFfwasj8"
}


