Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last year
All versions
3.0.0-beta.7_1.19.4-fabric
Beta
3.0.0-beta.73 years ago 157
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Changes
- Added a new
/ct migratecommand which can handle most incompatibilities when upgrading - Reverted previous merger of
RendererandTessellator, butTessellatorhas been renamed toRenderer3d. It does not necessarily have the same API, as it now holds 3D-only methods. - Fixed a few obscure Mixin issues
- Removed the
parameterNameoption in various Mixin objects, since it will never work outside of a dev environment - Stop converting Java
Collections to JS arrays. This allowsCollectionobjects coming from Java to be modified - Fix
Scoreboard.getLines()returning empty strings- Also made scoreboard functions return
TextComponentinstead ofstring
- Also made scoreboard functions return
- Fix custom KeyBinds not being persistent between game launches and sometimes causing crashes
- Fix
Item.getLore()triggering the Fabric tooltip event - Fix calling
.trigger()on a custom trigger at the top level not working - Fix
messageSentnot propogating the leading/character if the message was a command
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:78CdylOr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UiTVKucn:78CdylOr"
}

