Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.4-1.7.10+fabric
Release
Legacy4J [Fabric] 1.21.4-1.7.102 years ago 6,880
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Release 1.21.4-1.7.10
Updated at 2024-12-30 14:41.
Changelog
Release 1.7.10
- Added Change Skin screen, with just options for vanilla skin customization
- Added How To Play screen, it's a basic implementation with just links to
Minecraft WikiandLegacy4J Wiki, and a way to view hints of items even outside a world - Added
Reset Known BlocksandReset Known Entitiesto Advanced Game Options - Added support for end poem translation, by putting
<language-code>.txtfiles inlegacy:end_poem/ - Now, the Win/Credits screen will be similar to LE
- Now, the effects will be visible in the Creative Interface in versions +1.21.2
- Now, the Attributions and Licenses link confirmation screens will have LE style
- Now, the Choose User Interface panel will be taller
- Fixed Choose User Interface with the scrolling outside its panel
- Fixed dropping sound not being played in versions +1.21.2
- Fixed Furnace Interface cooking and fuel progress being displayed incorrectly in version 1.20.1
Release 1.7.9 - Added
Advanced Held Item Tooltipoption in Advanced User Interface section, disabled by default - Now, fire immune entities won't have the fire tint
- Now, tridents will return from void when enchanted with Loyalty
- Now, the Load Save screen will show the save folder when hovering its icon
- Fixed elytra flight pose not working correctly in +1.21.2
Release 1.7.8 - Added
Legacy Entity Fire Tintoption in Advanced Graphics section, enabled by default - Added an information popup when trying to make a template missing its file
- Now, the
Vehicle Camera Movementoption will be applied to minecarts in +1.21.2 if minecart experimental movement isn't enabled - Fixed missing
Respawningtranslation in versions +1.21.4
Release 1.7.7 - Added
Enhanced Piston Moving Rendereroption in Advanced Graphics section, enabled by default - Fixed offers being incorrectly parsed
- Fixed not being able to remove assorts in-game
- Fixed locked icon in Merchant Interface being inside the item in versions +1.21.2
- Fixed being able to trade with merchants(villagers and wandering traders) even if they're out of stock if trading the max
- Fixed in versions below 1.20.5 the map scale tag being accumulative in empty maps
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:ix8pMj2i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:ix8pMj2i"
}


