Mineuniverse
Log in Register
Mods

Ponder Overrides

Allows overriding Create's Ponders via KubeJS
by Erdragh
Download Claim this project
212,653 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Create KubeJS Utility & QoL

Ponder Overrides

This is a KubeJS and Create Addon that allows overriding which ponder gets loaded based on an Event.

This is useful for adding ponders to machines from custom machinery for example, where the blocks only differ in NBT data and not in block ID, which is usually what defines the Ponder shown.

This mod was developed for the Create: Astral modpack.

Example usage:

client_scripts/ponder.js

onEvent("ponder.override", event => {
    // Access the item and determine the ponder you want to show
    const item = event.getItem();
    // Access the tag of the ponder (This is optional and only present when opened via the Ponder UI)
    const tag = event.getTag();
    // Override the ponder id to show a different ponder. Not calling this results in the default ponder
    event.override("create:super_glue");
})
ponder_overrides-0.0.2+1.18.2.jar
MC Fabric, Client, 1.18.2
Release 2024-10-03 Get

More from Erdragh

Astral Vinery
651,737
Broomba
65
Per Aspera
644,120
Project Table Refabricated
214,238
Autos'n'Rails
213,833
Spouting Fix
213,517

You Might Also Like

Theurgy KubeJS
Theurgy KubeJS provides KubeJS integrations for Theurgy.
9,503,452
EntityJS
This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!
8,731,173
KubeJS TFC
KubeJS TFC integration
919,127
Forbidden Arcanus JS
Forbidden and Arcanus kubejs Compatibility
97,097
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244