Modscraper Modscraper Minecraft
KubeJS Create logo

KubeJS Create

Mod

by LatvianModder

KubeJS Create integration

Type

Mod

CurseForge Downloads

49,351,801

CurseForge ID

429371

Modrinth Downloads

1,823,826

Modrinth ID

T38eAZQC

Last Updated

Sep 11, 2026

Description

[Create](https://modrinth.com/mod/create) integration for [KubeJS](https://modrinth.com/mod/kubejs). This mod allows you to add and properly edit recipes of Create mod in KubeJS scripts. All supported recipe types and examples are below. See [Recipes page](https://mods.latvian.dev/books/kubejs/page/recipeeventjs) for more info. Supported recipe types: - `createCrushing` - `createCutting` - `createMilling` - `createBasin` - `createMixing` (supports **.heated()** and **.superheated()**) - `createCompacting` (supports **.heated()** and **.superheated()**) - `createPressing` - `createSandpaperPolishing` - `createSplashing` (Bulk Washing) - `createDeploying` - `createFilling` - `createEmptying` > Note: Bulk Smoking = vanilla smoking and Bulk Blasting = vanilla blasting recipe types. `event.recipes.createCrushing(output[], input[])` Output doesn't have to be an array. It can be either items or fluids Input doesn't have to be an array. It can be either ingredients or `Fluid.of('minecraft:water', 1000)` or `{fluidTag: 'some:fluid_tag', amount: 1000}` ### `createMechanicalCrafting` `event.recipes.createMechanicalCrafting(output, pattern[], {patternKey: input})` This recipe type is the same as regular crafting table shaped recipe ```javascript event.recipes.createSequencedAssembly(output[], input, sequence[]) // output[] are your output items // input is your input item // sequence[] is an array of sequences. These sequences are "regular" recipes that are supported. ``` ## Examples ```javascript event.recipes.createCrushing([ '2x minecraft:cobblestone', 'minecraft:redstone', Item.of('minecraft:redstone').withChance(0.5) ], 'minecraft:redstone_ore') ``` ```javascript event.recipes.createMixing('create:chromatic_compound', [ '#forge:dusts/glowstone', '#forge:dusts/glowstone', '#forge:dusts/glowstone', 'create:powdered_obsidian', 'create:powdered_obsidian', 'create:powdered_obsidian', 'create:polished_rose_quartz' ]).superheated() ``` ```javascript event.recipes.createFilling('create:blaze_cake', [ 'create:blaze_cake_base', Fluid.of('minecraft:lava', 250) ]) ``` ```javascript event.recipes.createEmptying([ 'minecraft:glass_bottle', Fluid.of('create:honey', 250) ], 'minecraft:honey_bottle') ``` ```javascript event.recipes.createMechanicalCrafting('minecraft:piston', [ 'CCCCC', 'CPIPC', 'CPRPC' ], { C: '#forge:cobblestone', P: '#minecraft:planks', R: '#forge:dusts/redstone', I: '#forge:ingots/iron' }) ``` ```javascript event.recipes.createSequencedAssembly([ // start the recipe Item.of('6x create:large_cogwheel').withChance(32.0), // have this item be an output with a certain chance Item.of('create:brass_ingot').withChance(2.0), // have this item be an output with a certain chance 'minecraft:andesite', // have this item be a guaranteed output 'create:cogwheel', // have this item be a guaranteed output 'minecraft:stick', // have this item be a guaranteed output 'minecraft:iron_nugget' // have this item be a guaranteed output ], 'create:brass_ingot', [ // 'create:brass_ingot' is the input. // the transitional item set by "transitionalItem('create:incomplete_large_cogwheel')" is the item that will be used during the recipe as the item that the input is using to transition to the output. event.recipes.createDeploying('create:incomplete_large_cogwheel', ['create:incomplete_large_cogwheel', '#minecraft:planks']), // like a normal recipe function, is used as a sequence step in this array. Input and output have the transitional item event.recipes.createDeploying('create:incomplete_large_cogwheel', ['create:incomplete_large_cogwheel', '#minecraft:wooden_buttons']), // like a normal recipe function, is used as a sequence step in this array. Input and output have the transitional item event.recipes.createCutting('create:incomplete_large_cogwheel', 'create:incomplete_large_cogwheel').processingTime(50) // like a normal recipe function, is used as a sequence step in this array. Input and output have the transitional item ]).transitionalItem('create:incomplete_large_cogwheel').loops(6) // set the transitional item and the loops (amount of repetitions) ``` If you want to use your own transitional item in sequenced_assembly recipes, you must register it in startup event: ```javascript onEvent('item.registry', event => { // Texture for this item goes in kubejs/assets/kubejs/textures/item/my_part.png event.create('my_part', 'create:sequenced_assembly').displayName('My Part') }) ``` Then you would use ...`transitionalItem('kubejs:my_part')`... > Note! Mysterious Conversion recipes are client side only, so the only way to add them currently is using reflection with this code in client scripts (outside any event): ```javascript let MysteriousItemConversionCategory = java('com.simibubi.create.compat.jei.category.MysteriousItemConversionCategory') let ConversionRecipe = java('com.simibubi.create.compat.jei.ConversionRecipe') MysteriousItemConversionCategory.RECIPES.add(ConversionRecipe.create('minecraft:apple', 'minecraft:carrot')) MysteriousItemConversionCategory.RECIPES.add(ConversionRecipe.create('minecraft:golden_apple', 'minecraft:golden_carrot')) ``` [![](https://links.latvian.dev/links.png?mr=kubejscreate)](https://links.latvian.dev/) [![](https://links.latvian.dev/partner.png)](https://links.latvian.dev/partner)

Compatibility

Mod Loaders

Fabric Forge Neoforge

Game Versions

1.16.2 1.16.3 1.16.4 1.16.5 1.18.1 1.18.2 1.19.2 1.20.1 1.21 1.21.1

Recommended Gear

Affiliate

Hardware and extras that pair well with this mod.

As an Amazon Associate I earn from qualifying purchases.

Similar Mods

Included in Modpacks (800)

Show fewer
Create TSS Create TSS All You Need 2 - AYN 2 All You Need 2 - AYN 2 Create&Greg 2 Create&Greg 2 BuildUp (NeoForge) BuildUp (NeoForge) Kinetra Create SMP Kinetra Create SMP Valley Chill Valley Chill Winter Leveling Winter Leveling Create Boundary Engineer Create Boundary Engineer GearboundSMP S2 - Create Multiplayer GearboundSMP S2 - Create Multiplayer Infinite Mayhem Infinite Mayhem Create: Punk'd Create: Punk'd Create Survival Season 3 Create Survival Season 3 SC Final Adventure - Machines SC Final Adventure - Machines Warspire Warspire Resurgence of the Damned: Further West Resurgence of the Damned: Further West Fantasy-Reimagined Fantasy-Reimagined Create Beyond Horizons Create Beyond Horizons Nic YOLO's Pixelmon 2 Nic YOLO's Pixelmon 2 UcztaWronRP UcztaWronRP Vertuo Hosting Modpack Vertuo Hosting Modpack Create Even Further Beyond Create Even Further Beyond Adventurecraft: Create Editon Adventurecraft: Create Editon KarmaCraft Chaos & bleibender Schaden KarmaCraft Chaos & bleibender Schaden Kat's Craft 2 Kat's Craft 2 Create Vine & Wine Create Vine & Wine CR Craft REMASTERED CR Craft REMASTERED Vanilla Reinvented Vanilla Reinvented Casino Block Casino Block Moss & Stone Serwer Moss & Stone Serwer The Hunter Project The Hunter Project Cobblemon Exploration Wonder Cobblemon Exploration Wonder Create Craft 4 Create Craft 4 The Old Kitchen The Old Kitchen Revitrix Revitrix jaaj jaaj Toky Craft Toky Craft RISAKU project RISAKU project Forged Earth Forged Earth Create: Twilit Industry Create: Twilit Industry Create Astralization Create Astralization Create & Additions Create & Additions Structural Ingenuity Structural Ingenuity Wayfarer dark Wayfarer dark Mint Flavored Mint Flavored TFG Aero TFG Aero Gregtech Reverberating Nexus Gregtech Reverberating Nexus BloodFall SMP Pack BloodFall SMP Pack Create - New Age Survival Create - New Age Survival DLI Moderately Modded Minecraft, Meals, Magic & Machinery DLI Moderately Modded Minecraft, Meals, Magic & Machinery Draconic Machinations Draconic Machinations Cave Factory --Reimagined-- Cave Factory --Reimagined-- Create: Tesseracted Create: Tesseracted JustCreate2 + JustCreate2 + Empyrean Expansion Empyrean Expansion Pherocraft Pherocraft Rust and Rituals Rust and Rituals Syntex Gaming Community Syntex Gaming Community Aeronautic Colonies Aeronautic Colonies Pino 4 Pino 4 A Place to Call Home A Place to Call Home Braincells Magical Creation Braincells Magical Creation Reino de Celeste Reino de Celeste From Mill to Mechanism From Mill to Mechanism CreateMore CreateMore Cobblemon Grand Journey Cobblemon Grand Journey CivCraft 2 CivCraft 2 Goon Wars Goon Wars ED-Projekt ED-Projekt Above SMP Above SMP Kinetica Kinetica HeiteriaSMP HeiteriaSMP Everglave Everglave Create - Technomancy 2 Create - Technomancy 2 Create: Eras in Motion Create: Eras in Motion Creative TFC Creative TFC OuiOuiCreate 2 OuiOuiCreate 2  Technology Evolution  TE Technology Evolution TE Nekocraft Nekocraft Project Infinite Exchange Project Infinite Exchange MC Resonance Horizons MC Resonance Horizons Freakland Create2 Freakland Create2 Community Create VII Community Create VII Peps SMP Season 4 Continents and Colonies Peps SMP Season 4 Continents and Colonies Create Brassline Create Brassline Noid Create Noid Create Create Flightworks Create Flightworks Apotelesmatic Neoforge Apotelesmatic Neoforge Create - Water Worse Than Lava [ALPHA] Create - Water Worse Than Lava [ALPHA] PackNeverLucky PackNeverLucky Steamcreate2 Steamcreate2 Only Create Only Create Echo One Group Echo One Group World's Coliding World's Coliding PureMash Tech Lite PureMash Tech Lite GearFactory Lite GearFactory Lite Insurgence Insurgence Difficulty Curve Difficulty Curve Create Castaway Create Castaway Beyond Depth ( Zenith's Way ) Beyond Depth ( Zenith's Way ) Emporia [Server Pack] Emporia [Server Pack]

External Resources