KubeJS Powah Mod (1.21.1, 1.20.1) allows you to create Energizing Orb recipes from the Powah mod. Features: This methods to do so are listed below: ServerEvents.recipes(event => { // .energizing([inputs,…
KubeJS REI Runtime Mod (1.20.1, 1.19.2) lets you show/hide items in REI dynamically. Features: It provides these methods by default: // in client_scripts REIRuntime.showItem(item); // shows an item in REI…
KubeJS ProjectE Mod (1.19.2) lets you set the EMC values of items and the Philosopher’s Stone transformations blocks with the ProjectE mod. Features: Examples are shown below: Server side events…
KubeJS Botany Pots Mod (1.20.1, 1.19.2) allows you to create crops, soils, and fertilizers for the Botany Pots mod. Features: The provided methods are displayed below: ServerEvents.recipes(event => { event.recipes.botanypots.crop(…
KubeJS Industrial Foregoing Mod (1.21.1, 1.21) lets you modify and create various recipes for Industrial Foregoing Mod. Features: The provided methods are listed below: ServerEvents.recipes(event => { event.recipes.industrialforegoing.dissolution_chamber( ["minecraft:tnt"], //…
KubeJS Ars Nouveau Mod (1.20.1, 1.19.2) allows KubeJS to create Ars Nouveau recipes. Features: The provided methods are displayed below: ServerEvents.recipes(event => { event.recipes.ars_nouveau.enchanting_apparatus( [ "minecraft:sand", "minecraft:sand", "minecraft:sand", "minecraft:sand", ],…