Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last year
All versions
2.2.0
Release
2.2.03 years ago 22.8K
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
- Added extra parameter to
Image.fromUrlto control the cached image name - Added
FileLib.{encodeBase64,decodeBase64}(@Debuggingss) - Added
Gui.register{Opened,Closed}(@DalwynWasTaken) - Added
Player.isMoving(@realfork) - Added ability to filter the class type using
.setFilteredClass(Class)for the following triggers:renderEntity,postRenderEntity,renderTileEntity,postRenderTileEntity(@Marvinschs) - Added a top-level
NBThelper to make parsing NBT easier (@camnwalter) - Added
KeyBind.{unregisterKeyPress,unregisterKeyRelease,unregisterKeyDown}()(@Marvinschs) - Added
Display.{unregisterClicked,unregisterHovered,unregisterMouseLeave,unregisterDragged}()(@Marvinschs) - Added ability to pass
Class<*>objects which inherit from Forge'sEventclass into the first parameter ofregister. This allows you to register for arbitrary events. - Show module dependencies on the module graph GUI (@camnwalter)
- Fixed step trigger firing a bunch of extra times when registering it after a call to unregister.
- Fixed links in
TextComponentinstances not being clickable (@camnwalter ) - Fixed
ChatLib.saynot triggeringmessageSent(@Debuggingss) - Fixed not being able to
/ct loadafter a/ct unload(@camnwalter) - Fixed not having to manually
/ct loadafter importing a module with a .jar file (@camnwalter)
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:UiTVKucn:xNSlYzXb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UiTVKucn:xNSlYzXb"
}

