Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last month
All versions
3.0.0
Release
3.0.08 months ago 498
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Any compatible version
Changes
What's Changed
- SDL3 Port for better keyboard&Wayland support - lwjgl3ify 3.0 by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/202
- Fix SDL3 keycode regression by @DialecticalMaterialist in https://github.com/GTNewHorizons/lwjgl3ify/pull/257
- Mention that runClient17 is a no-op by @wlhlm in https://github.com/GTNewHorizons/lwjgl3ify/pull/245
- Added discrete scrolling option. by @nullTheCoder in https://github.com/GTNewHorizons/lwjgl3ify/pull/251
- Update LiteLoader compatibility section in README by @PLASMAchicken in https://github.com/GTNewHorizons/lwjgl3ify/pull/267
- feat: Add java-runtime-epsilon to custom prism minecraft json by @DioEgizio in https://github.com/GTNewHorizons/lwjgl3ify/pull/279
New Contributors
- @DialecticalMaterialist made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/257
- @wlhlm made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/245
- @nullTheCoder made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/251
- @PLASMAchicken made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/267
- @DioEgizio made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/279
Full Changelog: https://github.com/GTNewHorizons/lwjgl3ify/compare/2.1.18...3.0.0
Supplementary resources
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:eC4lt4Oy:lax30S58"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eC4lt4Oy:lax30S58"
}

