MantleJS

A KubeJS addon for Mantle things

File Details

MantleJS[1.20.1] v0.1 Alpha.3

  • A
  • Aug 7, 2025
  • 75.00 KB
  • 118
  • 1.20.1
  • Forge

File Name

mantlejs-1.20.1-0.1-alpha.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mantlejs-1309982:6858189")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed bug:

  • Cannot record pages added by custom transformers when closing a book. This causes that, when open the book next time, it cannot automatically turn to the last-opened page.

New feature:

  • Allow directly create a PageDataJS via static methods createNew, createNewCustom and createEmpty. Java class PageDataJS still needs to be loaded manually using Java.loadClass(). This is because pages creating via methods above needs more manual operations such as setting their parent. So PageDataJS is not provided directly by a global constant, to avoid confusing new developers.