Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.1-1.8.4-lts+neoforge
Release
Legacy4J [Neoforge] 1.21.1-1.8.4-ltslast year 791
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Release 1.21.1-1.8.4-lts
Updated at 2025-08-07 03:34.
Changelog
Release 1.8.4-LTS
- Added missing symbols in Mojangles 11 font
- Updated Stonecutter (gradle plugin)
- Fixed Bonus Chest in 1.21.5 with broken custom name
- 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
- Fixed Resolution slider not changing the resolution closing the screen
- Fixed closed and open eyeblossom not being in the Creative Interface
- Fixed sweeping edge enchantment having higher level with Legacy Combat enabled
- Fixed broken magma cube texture in Console Aspects >=1.21.4
Merge pull request #818 from Wilyicaro/l10n_main
Merge branch 'multiversion' into l10n_main
-Fixed mixin crash in <=1.20.4 Forge/NeoForge
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:8jnfEWp5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:8jnfEWp5"
}

