Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated last month
All versions
2.0.0-beta.7+1.20.1
Beta
[1.20.1] v2.0.0-beta.72 years ago 1,896
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
(JCM v2.0.0 beta.7) for (MTR 4.0.0-beta.14) has been released!
New:
- Scripting
-
- Extend scripting support to MTR Decoration Block/Eyecandy
-
- Note: This change is likely not useful to most players & developers, as support for model loading is very simplistic. Most if not all scripts from MTR 3/NTE will fail to load.
- Disneyland Resorts Line APG now reacts to redstone signal just like built-in APGs in MTR 4
- JSON PIDS Preset
-
- The PIDS Variable
{worldPlayer}is now implemented and displayed correctly again
- The PIDS Variable
Changes:
- Compatiiblity for MTR 4.0.0-beta.14
- Scripting
-
Resources.readStringnow returns null instead of an empty string if reading fails, just like previously in NTE
-
- Scripts that points to an invalid location will now error out in the console
- Most blocks can now be crafted with a crafting recipe and drop items again, making it possible to use survival mode with JCM (Albeit still need improvements)
-
- This currently only covers blocks added in JCM v1, new blocks added in JCM v2 don't have a recipe nor item drops yet.
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:cXU4uyZC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lQqKCDhg:cXU4uyZC"
}


