ModsJava
Kubejs C:C&A
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
- Rolling Mill recipes - Fully Supported(Sequenced also).
- Liquid Burner - Fully Supported.
- Charging(Tesla Coil) - Fully Supported(Not yet in sequenced asm. for some reason)
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
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
- Ships as kubejsca-1.20.1-1.0.jar — drop this file into the mods folder
- Download size: 10 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.