Skip to content

Beyond the Docs

While we try to keep this documentation up to date and as complete as possible, it may not always contain all of the latest information.

As an additional resource to these docs, you can also reference our KubeJS integration directly in the source code:
src/main/java/com/gregtechceu/gtceu/integration/kjs

Continue reading for a few important places you may want to check.

Builders

If you're not sure what methods and fields are available on one of our builders, you can find all of them in this directory.

Material Builder

The material builder is not located in the KJS integration package.
Please reference the nested Material.Builder class instead.

Bindings & Type Wrappers

  • For a list of our custom bindings, see GregTechKubeJSPlugin.registerBindings()
  • For a list of our type wrappers and their accepted inputs, see GregTechKubeJSPlugin.registerTypeWrappers()