Mod
KesseractJS
No reviews yet
A fork of the 1.16.5 version of KubeJS, maintained and extended
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
KesseractJS
Welcome to the 4th dimension.
KesseractJS is a fork of KubeJS, continuing its development for 1.16.5. It backport a lot of different features from the newer versions, and even adds some that are not present at all in the original mod. The latter are documented on a dedicated wiki, and support for those are offered on our discord server, so don't be afraid to ask there.
This mod depends on a modified fork of the Rhino JS parser called Rhizo, please install it before use. We also highly recommend you use ProbeJS Legacy during script development for better IDE support.
This project was made as a collaboration between Hellish Mods, ZZZank, and MundM2007, with the occasional help from Team Potato. Thank you guys <3
Feature showcase
To be honest, there are too many. So we're only showcasing some features here, there's a much more complete feature/fix list in our doc
Doc Index
- Command Registry
onEvent('command.registry', event => {
const Commands = event.getCommands()
const Arguments = event.getArguments()
event.register(Commands.literal("say_wow")
.excutes(context => {
const player = context.source.playerOrException.asKJS()
player.tell("wow")
}))
})
- Fake mod registration and Mod display name editing
// In startup_scripts
Platform.getInfo('kubejs').name = "CircleJS"
Platform.registerFakeMod("notarealmodid").displayName("Hello World!")
onEvent('item.registry', event => {
event.create('notarealmodid:thing')
})

- Backports
// Welcome to the future babyyyy
// Falling block type
onEvent('block.registry', event => event.create('metal_pipe', 'falling').material('anvil'))
// Custom music discs (https://github.com/KubeJS-Mods/KubeJS/issues/491)
onEvent('item.registry', event => event.create('disc_14', 'music_disc').song('jamiroquai:vitrual_insanity'))
// thickTexture/thinTexture and textureThick/textureThin intercompatibility
onEvent('fluid.registry', event => {
event.create('you_dont_want_to_know')
.thickTexture(0xFF0000)
.textureThick(0xFF0000) // Both methods work!
})
// Modern Math Helpers
KMath.clamp(3.4567, 4, 5) // clamp a number
KMath.v3d(0.1, 2,3, 4,5) // create a Vertor3d
KMath.m4f() // create a Matrix4f
// + more!
- Fixes. Lots of 'em.
for example, fail-safe for ResourceLocation wrapping and recipe id, this can fix recipe builder with invalid id failing silently and block code execution
- Full drag-and-drop compatability with old Kube scripts
- Continuous updates. More in the future!
KesseractJS
Welcome to the 4th dimension.
KesseractJS is a fork of KubeJS, continuing its development for 1.16.5. It backport a lot of different features from the newer versions, and even adds some that are not present at all in the original mod. The latter are documented on a dedicated wiki, and support for those are offered on our discord server, so don't be afraid to ask there.
This mod depends on a modified fork of the Rhino JS parser called Rhizo, please install it before use. We also highly recommend you use ProbeJS Legacy during script development for better IDE support.
This project was made as a collaboration between Hellish Mods, ZZZank, and MundM2007, with the occasional help from Team Potato. Thank you guys <3
Feature showcase
- Fake mod registration
// In startup_scripts
Platform.registerFakeMod("notarealmodid").displayName("Hello World!")
onEvent('item.registry', event => {
event.create('notarealmodid:thing')
})

- Backports
// Welcome to the future babyyyy
// Falling block type
onEvent('block.registry', event => {
event.create('metal_pipe').material('falling')
})
// Custom music discs (https://github.com/KubeJS-Mods/KubeJS/issues/491)
onEvent('item.registry', event => {
event.create('disc_14').song('jamiroquai:vitrual_insanity')
})
// thickTexture/thinTexture and textureThick/textureThin intercompatibility
onEvent('fluid.registry', event => {
event.create('you_dont_want_to_know')
.thickTexture(0xFF0000)
.textureThick(0xFF0000) // Both methods work!
})
// JsonIO
let data = JsonIO.read('kubejs/data.json')
JsonIO.write('kubejs/data.json', {recursion: data})
// + more!
- Fixes. Lots of 'em.

- Full drag-and-drop compatability with old Kube scripts
- Continuous updates. More in the future!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
