JCM (v2.0.0-beta.9) for (MTR 4.0.0-beta.16) has been released!
Changes:
- Scripting
-
- As it is expected that most if not all scripts needed to be ported, some dummy/compatibility functions has been removed:
-
-
Resources.getNTEProtoVersion()
-
-
-
Resources.getNTEVersionInt()
-
-
-
Resources.getNTEVersion()
-
-
-
Resources.getMTRVersion()
-
-
-
Resources.readNbtString()
-
-
-
-
- Replacement:
Resources.getAddonVersion("mtr")
- Replacement:
-
-
-
- To prevent misuse of scripts, script may now only access java class from the following packages:
-
-
com.lx862.jcm.mod.scripting.*
-
-
-
org.mtr.*
-
-
-
java.awt.*
-
-
-
java.lang.*
-
-
-
sun.java2d.*
-
Fixes:
- Compatibility with MTR 4 beta-16
- JSON PIDS Preset
-
- Fix text potentially overlapping when platform number is hidden
- Scripted PIDS Preset
- Fix the last parameter in
create()
function potentially being called with null
Download:
You can download this release on Modrinth or GitHub
(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.readString
now 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