Ponder Overrides
No reviews yet
Allows overriding Create's Ponders via KubeJS
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
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
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
KubeJS extension that allows overriding which ponder gets loaded based on an Event.
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");
})
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