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
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
PageDataJSvia static methodscreateNew,createNewCustomandcreateEmpty. Java classPageDataJSstill needs to be loaded manually usingJava.loadClass(). This is because pages creating via methods above needs more manual operations such as setting theirparent. SoPageDataJSis not provided directly by a global constant, to avoid confusing new developers.