Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.21.5-1.8.0.2517.1+fabric
Beta
Legacy4J [Fabric] 1.21.5-1.8.0.2517.1last year 1,016
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Beta 1.21.5-1.8.0.2517.1
Updated at 2025-04-17 09:13.
Changelog
Beta 1.8.0.2517.1
- Added
Control Tooltip Displayslider to User Interface section - Added
Hold To Descendcontrol tooltip when using a Scaffolding - Now, the shift won't toggle when using a Scaffolding
- Now, the controller connection and disconnection toasts will be reduced
- Fixed SDL3 natives trying to load in unsupported systems, causing crashes
- Fixed crashes when using PojavLauncher (unfortunately, this won't make you able to use a controller)
- Fixed tooltip box animation from Graphics section not finishing until the screen is reloaded
- Fixed build height message from Scaffolding being sent twice
- Fixed not being able to change
Can FlyandDisable Exhaustionfrom non-operator players - Fixed dedicated server crash when breaking blocks
- Fixed GLFW Controller Handler not being used in the intro when SDL3 Natives aren't present
- Fixed not having musics when using Programmer Art (with Fabric) or Console Aspects resource packs in 1.20.1
- Fixed item tooltip overlapping problems
- Fixed broken build height check in Flat World Interface
Beta 1.8.0.2517.0 - Added missing mod credits in Forge and NeoForge
- Updated SDL3 version
- Fixed crash in NeoForge 1.21.1
- Fixed
Host PrivilegesbeingAllow Commandsin +1.21.4 versions due to the vanilla translation key change, now it'll have its own translation key
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
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:grV4RzBM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gHvKJofA:grV4RzBM"
}


