Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 2 months ago
All versions
v2.0.0-prerelease.4+1.20.1
Beta
[Fabric] [1.20.1] v2.0.0-prerelease.4last year 366
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
JCM (v2.0.0-prerelease.4) for (MTR 4.0.0-prerelease.3) has been released!
Additions:
- Scripting:
-
- Add Script Debug Overlay to display all script instances.
-
-
- Toggleable in JCM Settings > Enable debug mode
-
-
-
- Text highlight color represents the execution speed (Blue = Normal, Yellow = Slow, Red = Very Slow!)
-
-
-
-
- Script authors should generally aim for Blue color
-
-
-
- Add back
ctx.setDebugInfo()from NTE
- Add back
-
- Add
ctx.debugModeEnabled()to determine if JCM debug mode is enabled.
- Add
Changes:
- Operator Button will no longer accept driver keys that are expired. (Creative keys are always accepted)
- Scripting
-
- Due to popular demand, an option is added in JCM config to disable scripting class restriction entirely, this allows any external java packages to be used just like in NTE.
Fixes:
- Fix horizontal blocks (Double ceiling/Trespass Sign) potentially breaking when stacked with WorldEdit
- Scripting
-
- Texts with marquee overflow now no longer disappear for a prolonged duration of time before resetting.
Download:
You can download this release on Modrinth 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:A13EYXsN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lQqKCDhg:A13EYXsN"
}


