Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
v2.2.1+1.17.1
Release
[Fabric 1.17.1] v2.2.1last month 19
Compatibility
Minecraft: Java Edition
1.17.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
JCM v2.2.1 for MTR 4.0.5 has been released!
This is a minor release. Server owners are advised to update to this version.
For MTR 4.0.5 only!
Additions
- MTR Patch: Rail Improvements
- Attempt to improve culling performance and avoid errors for large rail
- Lower rail culling precision to help with lag spikes when creating large rail.
- Scripting:
- Add support for loading MQO (Metasequoia) model via ModelManager, following MTR's update to bring MQO model support.
- Note: You should explicitly pass
flipTextureVasfalsefor these type of models.
- Note: You should explicitly pass
- PIDS: Add
TextWrapper.lineHeight()to specify a line height factor (Default: 1) use alongsideTextWrapper.wrapText(). - Add overload for
GraphicsTexture.upload()with BufferedImage argument.
- Add support for loading MQO (Metasequoia) model via ModelManager, following MTR's update to bring MQO model support.
Changes
- Scripting:
- The
include()script function will now hard fail if the script file to be included is not found.
- The
- Add some extra permission guarding against block configuration packet.
Fixes
- Fix various transformation errors when using legacy NTE eyecandy's
translation/rotation/scalefield. They should now behave identically to NTE.
Download:
You can download this release on Modrinth, CurseForge or GitHub
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:lQqKCDhg:5k0B5Gbf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lQqKCDhg:5k0B5Gbf"
}


