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
FoxMagic FoxMagic Dracium Create Edition Dracium Create Edition Chime Time IX Chime Time IX Furtastic (a changed adventure) Furtastic (a changed adventure) RimMod The SkyRim CrossOver (KILLED) RimMod The SkyRim CrossOver (KILLED) Project: TFCreate Project: TFCreate Dynamic Odyssey Dynamic Odyssey [MCMV] Aeronautics Modpack [MCMV] Aeronautics Modpack The French Baguette The French Baguette SurShield Modification SurShield Modification Create Perfectionn Create Perfectionn EldenVoid EldenVoid Sky Universal Create Sky Universal Create The Darkstorm Modpack The Darkstorm Modpack Create And Stuff With Friends Create And Stuff With Friends Rabbit's FNAF pack Rabbit's FNAF pack Creatorio Supply Chain Creatorio Supply Chain Create a War Create a War Bingus SMP Season 9 Aeronautics Bingus SMP Season 9 Aeronautics All You Need - AYN All You Need - AYN MYLP's Create NeoBox NeoBox The Panda Foundry The Panda Foundry Aircrashed Engineer Aircrashed Engineer Create-Mekanism Perfect Balance Create-Mekanism Perfect Balance Cook in Skyland Recaked Cook in Skyland Recaked Create: Aloft Create: Aloft Create Colonies - Craft a Home. Create an Empire. Create Colonies - Craft a Home. Create an Empire. Echoes of Volkrune Echoes of Volkrune Voloron 3 Voloron 3 Create & things Create & things TurtleCraftSMP TurtleCraftSMP Create AeronauticsPLUS Create AeronauticsPLUS Creative Drawers Producer 2 Creative Drawers Producer 2 GATE Guns & Magic GATE Guns & Magic Nightmare Craft: Evolved Nightmare Craft: Evolved Small Create Optimised for low pc Small Create Optimised for low pc Tech & Survival Tech & Survival Redstoner's Paradise Redstoner's Paradise Guns, Dinosaurs and Stuff Guns, Dinosaurs and Stuff Var's Just Create+ SMP Var's Just Create+ SMP Generic Wasteland Generic Wasteland TerraFirma Through The Ages (TFTTA) TerraFirma Through The Ages (TFTTA) Arcadia Unlimited Arcadia Unlimited Chime Mon Chime Mon Meka Tech Meka Tech Chronost Incorporated Chronost Incorporated Saucy Tensura Reincarnated Saucy Tensura Reincarnated The Last Survivors - Zombie Apocalypse The Last Survivors - Zombie Apocalypse Omega Industrial - Expert Omega Industrial - Expert SL Quantum Factory SL Quantum Factory YeSMP YeSMP EMC Reach For The Stars EMC Reach For The Stars Ages Reimagined Ages Reimagined Prisms Create Prisms Create Entropy Zero  Evolution Entropy Zero Evolution Magic of Create Factory in space, a Create expedition Factory in space, a Create expedition The Real One On Jah II The Real One On Jah II Xomaps Potato Sky Xomaps Potato Sky United SMP Revamp United SMP Revamp Gundustry Gundustry GameGarden Ultimate GameGarden Ultimate Changed Chaos Edition Changed Chaos Edition Create: Perfect Colonies Create: Perfect Colonies CogWorks SMP CogWorks SMP Castles & Cannons Castles & Cannons Create World CZ Create World CZ Beyond Earth Journey to Agartha Beyond Earth Journey to Agartha AmorfoLand 3 AmorfoLand 3 Bubble Cobble Redux Bubble Cobble Redux Artemis Continuum Artemis Continuum Create Aeronautics Space Age Create Aeronautics Space Age StoneBlock Project Matter StoneBlock Project Matter Nerd Dead Nerd Dead Create: Build a Jurassic Park Create: Build a Jurassic Park NameIT NameIT Gears & Glyphs Gears & Glyphs FrenchCube FrenchCube Meteors Incoming Meteors Incoming ForgottenWinter ForgottenWinter Endless Sky 2 Endless Sky 2 EaterSMP EaterSMP QSMP 2026 (fan made) QSMP 2026 (fan made) Create Sandwich Madness Create Sandwich Madness Create : Magical Abyss Create : Magical Abyss Tensura: Azure Tempest Tensura: Azure Tempest Lite Aeronautics Lite Aeronautics Magic & Mechanisms - Airborne Magic & Mechanisms - Airborne Create: Advanced Industries Create: Advanced Industries Vanilla-'s Vanilla PLUS Vanilla-'s Vanilla PLUS MakeShift MakeShift Blighted Dreams Blighted Dreams Createch 2 Createch 2 Total Pack Total Pack Tinkerer Kingdom Tinkerer Kingdom CloverCraft (Season 1) CloverCraft (Season 1) Create Next to the Sky Create Next to the Sky The Modpack of absolute all time The Modpack of absolute all time THE FORGOTTEN SMP THE FORGOTTEN SMP

External Resources