Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 weeks ago
All versions
Updated at 2024-05-11 09:12.
1.20.4-1.6.3c+fabric
Release
Legacy4J [Fabric] 1.20.4-1.6.3c2 years ago 24.4K
Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Release 1.20.4-1.6.3c
Updated at 2024-05-11 09:12.
Changelog
Release 1.20.4-1.6.3b
- Added "new-gen" LE autosave mechanic
- Added possibility to replace the default Minecraft Java Edition logo by putting a texture in the directory legacy:textures/gui/sprites/tiles/minecraft.png
- Fixed level saving even with autosave disabled
- Fixed player not moving after exiting a container (now fully working)
- Fixed controller inputs being detected even with the window disabled/unfocused
- Fixed focus sound being played two times when cycling up the options list
- Fixed Loom Interface playing Craft fail sound when crafting
- Fixed Loom Interface not resetting the selected patterns after crafting
- Removed left stick automatic slot movement
- Removed tooltips text shadows, to better match LE
Release 1.20.4-1.6.3a - Added default panoramas with PS4 panorama resolution
- Fixed integrated server incompatibility crash when opening a container screen
- Fixed player not moving after exiting a container
Release 1.20.4-1.6.3 - Added LE Potion Cauldron and Dyed Water Cauldron with its respective functions
- Added LE style to Edit Book and View Book screens
- Added LE style to Crafter screen
- Added LE style to Sign Edit screen
- Added missing patterns in the Loom Interface
- Added missing recipes in the Crafting Interface, thanks to Steeve for suggesting them
- Added Smooth Animated Character option in User Interface section
- Added
random.scrollaudio when changing sliders - Now, the Merchant (villager and wandering trader) Interface has a Classic Crafting variant, with the same vanilla functionality
- Tweaked the Font rendering to better match LE, with black shadows in the legacy font and less character spacing in the vanilla font
- Removed GUI Scale, now the screen will always be 1:1 with LE
- Tweaked artifacts at 900p, 1080p and other resolutions
- Reworked Controller support, now uses SDL and supports Controller LED changes (LED color will change in game if present)
- Reworked Controller support, now uses SDL on Linux and Windows, and supports Controller LED changes (LED color will change in game if present)
- Now the player's Classic Crafting Interface will open if the mod isn't present on the server
- Now the Crafting Table Interface will open if you press the crafting key binding while aiming at it
- Now the LE Creative Flight will be disabled if it the mod isn't present on the server
- Changed LE audios to better match LE, thanks to Steeve again for making these available
- Replaced
random.craftsound event withentity.item.pickup, so as not to cause vanilla players to disconnect from servers when played
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:NddcnABr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:NddcnABr"
}

