MantleJS
A KubeJS addon for Mantle things.
Current contents
- Custom Mantle books
Bug report
Report bugs on GitHub.
Tutorials
See GitHub.
An example to create a Mantle book.
// Script type: STARTUP
MantleJSEvents.bookRegistry(event => {
// Create the book here
event.create("test")
// Specify the book repository
.addBookRepository("kubejs:book/test");
});
StartupEvents.registry('item', event => {
// Create a book item
event.create("test_book", "mantle:book")
// Set the book data
.setBookData("test");
});
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as mantlejs-1.20.1-0.1-alpha.3.jar — drop this file into the mods folder
- Download size: 75 KB
- Download link checked 5 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
