Ponder Overrides
Modby Erdragh
Allows overriding Create's Ponders via KubeJS
Type
Mod
CurseForge Downloads
228,715
CurseForge ID
1114329
Last Updated
Sep 5, 2026
Description
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"); })Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Cobblemon Utility+ (IVs, EVs, & More)
Adds utility items to Cobblemon for a better experience
FastBench for Fabric
Crafting table optimizations
Gobber Delight (A Farmer's Delight Add-on)
Adds Gobber and Farmer's Delight compatability. Vanilla style.
Create: Ratatouille
adds machine and items about agricultural and food processing
Keyboard Wizard
A small tool to make finding and fixing key conflicts a lot easier.
SubLib
Common library used by many of my mods