Mod

KesseractJS

Quick rating

KesseractJS

No reviews yet

A fork of the 1.16.5 version of KubeJS, maintained and extended

QoL & Tweaks
Mod Loaders
Forge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
KesseractJS Forge 1605.3.20-build.81
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

KesseractJS

Welcome to the 4th dimension.

cf actions

logo

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')
})

screenshot

  • 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!

MMLogo

KesseractJS

Welcome to the 4th dimension.

cf actions

logo

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')
})

screenshot

  • 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.

screenshot

  • Full drag-and-drop compatability with old Kube scripts
  • Continuous updates. More in the future!

MMLogo

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync