Skip to content

KubeJS Syntax

Electrolyte edited this page Jul 25, 2025 · 4 revisions

Most of the syntax is the same as the regular KubeJS Create syntax, with a few exceptions.

.recipeTier()

  • Minimum tier a machine must be to perform the recipe.

  • Accepts a number, 0-9 inclusive. (0 = ULV, 1 = LV, etc)

  • Defaults to 0 if not specified.

.circuitNumber()

  • Circuit number that a machine must be set as to perform the recipe.

  • Accepts any number between 0 and 32, inclusive.

  • If this is omitted, any circuit number will work.

Clone this wiki locally