Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last week
All versions
mc1.21.1-2.2.39.a-neoforge
Release
LDLib2-1.21.1-2.2.39.a-neoforge2 weeks ago 19.2K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v2.2.39
- Added six themes — dusk, carbon, mint, plum, paper and latte — one design over four dark palettes and two light
- Added free movement and uniform scaling from the transform gizmo's centre box
- Added planar scale handles that scale the two axes they span
- Added headless UI test runs
- Added more builtin lss
- Improved the rotation gizmo to draw only the near half of each ring, over a faint ball outline
- Improved the planar handles by moving them further out from the centre
- Fixed the transform gizmo's size and picking under an orthographic camera
- Fixed a scene click being broadcast to every interactable instead of the nearest one
- Fixed an option being invisible in the inspector
- Fixed JEI leaking into the published pom as a runtime dependency
- Fixed parallel test shards each running everything, and sizing scenarios differently from a serial run
- Fixed a class-path failure reporting the previous run's result as a pass
Optional dependencies
Any compatible version
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:B1CBVXHX:ZjqqrcWk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B1CBVXHX:ZjqqrcWk"
}

