Mineuniverse
Log in Register
Mods

Kubejs C:C&A

Add KubeJS support for Create: Crafts & Additions recipes
by reset300
Download Claim this project
3,931 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons KubeJS

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
kubejsca-1.20.1-1.0.jar
MC Client, 1.20.1, Forge, Server
Release 2025-07-22 Get

More from reset300

Desert Storms
94,447
On Wave
417
C:BC Nukes 6.0 port
3,890
MCP Discs
157
Create: High Seas
11,770
Aphelion [ABANDONED]
1,099

You Might Also Like

Theurgy KubeJS
Theurgy KubeJS provides KubeJS integrations for Theurgy.
9,503,452
EntityJS
This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!
8,731,173
KubeJS TFC
KubeJS TFC integration
919,127
Forbidden Arcanus JS
Forbidden and Arcanus kubejs Compatibility
97,097
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244