Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.1-1.8.0.2516.3+fabric
Beta
Legacy4J [Fabric] 1.21.1-1.8.0.2516.3last year 202
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Beta 1.21.1-1.8.0.2516.3
Updated at 2025-04-11 17:43.
Changelog
Beta 1.8.0.2516.3
- Added
put_toggleable_tab_spritesUI Definition Element Type - Now, it's possible to change the used textures in tab lists with UI Definitions
- Now, the World More Options screen will use textures similar to LE with >=1080p resolutions
- Removed some unused sprites
- Removed deprecated Loom Tab Listing syntax
- Fixed mod being detected on the server side when only Factory API is present
- Fixed jittery minecart movement in 1.21.5
Beta 1.8.0.2516.2 - Fixed villagers not updating correctly their trades in 1.21.5
- Fixed crash when rendering Legacy Sky in Forge 1.21.5 versions
- Fixed Legacy Sky toggle being different in 1.21.5
Beta 1.8.0.2516.1 - Fixed access widener crash in versions +1.21.2
Beta 1.8.0.2516.0 - Now, the Legacy Swimming is more similar to LE
- Improved Legacy intro, allowing you to change its duration, fade in and out, and whether it'll have crossfade
- Fixed Legacy Swimming not working correctly in 1.21.5
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:e7VuKjsv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:e7VuKjsv"
}

