This addon enables KubeJS recipe integration for Create: Crafts & Additions, allowing you to create and modify recipes for all CC&A machines through scripts.
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.
ServerEvents.recipes(event => { event.recipes.createaddition.rolling('minecraft:dirt', 'minecraft:iron_ingot')})ServerEvents.recipes(event => { event.recipes.createaddition.charging( 'minecraft:diamond_sword', 'minecraft:iron_sword', 8000, 400)})ServerEvents.recipes(event => { event.recipes.createaddition.liquid_burning('minecraft:water', 2400)})