Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 5 days ago
All versions
mc1.21.1-2.2.40-neoforge
Release
LDLib2-1.21.1-2.2.40-neoforge5 days ago 10.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v2.2.40
- Added a configurable keymap framework for the editor, with rebindable chords, key contexts and a settings page
- Added a node option API for keeping an option out of the inspector, the opposite of showInInspectorOnly
- Improved the graph toolbar tooltips to show the chord each action is bound to
- Fixed minimizing an editor window without an id crashing the game
- Fixed every editor sharing one recent projects list instead of keeping its own project types
- Fixed a search box offering only the value already chosen until a character was typed
- Fixed a focused text field letting the keys it types bubble on to the container's shortcuts
- Fixed a loaded constant keeping the type it was saved under instead of following its pin's declared type
- Fixed a freshly opened graph drawing its wires at the layer's old offset until a node was dragged
- Fixed the headless test harness disabling the early window on machines that have a display
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:A8dTTrXo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B1CBVXHX:A8dTTrXo"
}

