HomeJavaModsKubejs C:C&A
Kubejs C:C&A
ModsJava

Kubejs C:C&A

by reset300 · on CurseForge

⬇ Download on CurseForge

The author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.

This addon enables KubeJS recipe integration for Create: Crafts & Additions, allowing you to create and modify recipes for all CC&A machines through scripts.

Supported Recipes

Create custom recipes, modify existing ones, or completely rebalance CC&A machines to fit your modpack or server needs. All recipe types from Create: Crafts & Additions lonely are fully supported.

The mod is in development, if you found bug please write it in comments.

Examples of recipes

Rolling Mill:

ServerEvents.recipes(event => {
    event.recipes.createaddition.rolling(
        'minecraft:dirt',
       'minecraft:iron_ingot')
})
Where "minecraft:dirt" is input and "minecraft:iron_ingot" is output.
 

Charging(Tesla Coil):

ServerEvents.recipes(event => {
   event.recipes.createaddition.charging(
      'minecraft:diamond_sword',
      'minecraft:iron_sword',
      8000, 400)
})
Where "minecraft:diamond_sword" is input, "minecraft:iron_sword" is output, "8000" is Energy and "400" is MaxChargeRate.
 

Liquid Burning

ServerEvents.recipes(event => {
    event.recipes.createaddition.liquid_burning('minecraft:water', 2400)
})
Where "minecraft:water" is input and "2400" is burning time in ticks
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more