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
DeceasedCraft - Urban Zombie Apocalypse DeceasedCraft - Urban Zombie Apocalypse Valhelsia 3 Valhelsia 3 Beyond Depth Beyond Depth Create: Above and Beyond Create: Above and Beyond All the Mods 7 - To the Sky - atm7sky All the Mods 7 - To the Sky - atm7sky Valhelsia 6 Valhelsia 6 Integrated MC Integrated MC MC Eternal 2 MC Eternal 2 Valhelsia: Enhanced Vanilla Valhelsia: Enhanced Vanilla TerraFirmaGreg-Modern TerraFirmaGreg-Modern Enigmatica 6 - E6 - 1.16.5 Enigmatica 6 - E6 - 1.16.5 Create: Astral Create: Astral Linggango Linggango All the Mods 6 - To the Sky - ATM6sky - Skyblock All the Mods 6 - To the Sky - ATM6sky - Skyblock Star Technology Star Technology Create Live 4 Create Live 4 Liminal Industries Liminal Industries Create Chronicles: The Endventure Create Chronicles: The Endventure All of Fabric 6 - AOF6 All of Fabric 6 - AOF6 The Winter Rescue The Winter Rescue All of Fabric 5 - AOF5 All of Fabric 5 - AOF5 Another Quality Modpack 2 - AQM2 Another Quality Modpack 2 - AQM2 Cottage Witch Cottage Witch Beyond Ascension Beyond Ascension Valhelsia 5 Valhelsia 5 Cave Factory Cave Factory Age of Fate Age of Fate Raspberry Flavoured Raspberry Flavoured Beyond Cosmo Beyond Cosmo Stacia 2 Expert Stacia 2 Expert SUPERIOR - RPG SUPERIOR - RPG Monumental Experience Monumental Experience Dimensional Ascension Dimensional Ascension TerraFirmaCraft Reloaded TerraFirmaCraft Reloaded Create Chronicles: Bosses and Beyond Create Chronicles: Bosses and Beyond Cozy Create - Create Focused Adventure Cozy Create - Create Focused Adventure Desolate Planet - A Crash Landing Remake Desolate Planet - A Crash Landing Remake Mechanical Mastery Mechanical Mastery Create: Stranded at Sea Create: Stranded at Sea Enigmatica 6: Expert - E6E Enigmatica 6: Expert - E6E Tensura Journey of Reincarnation Tensura Journey of Reincarnation Stacia Expert Stacia Expert TNP Limitless 6 - LL6 TNP Limitless 6 - LL6 TNP Limitless 5 - LL5 TNP Limitless 5 - LL5 Create 2 Mekanism: Sky Edition 2 Create 2 Mekanism: Sky Edition 2 BTH - Beyond The Horizon BTH - Beyond The Horizon All The Mods - Gravitas² All The Mods - Gravitas² Enigmatica 8 - E8 - 1.18 Enigmatica 8 - E8 - 1.18 Project Architect Project Architect EMC: To The Sky EMC: To The Sky Encrypted_ Encrypted_ ChaosZProject - A Modern Zombie Apocalypse [VR for WIP v.3.0.0] ChaosZProject - A Modern Zombie Apocalypse [VR for WIP v.3.0.0] Create: Mekanized Create: Mekanized Cuboid Outpost (Luxury Edition) Cuboid Outpost (Luxury Edition) Mayview (with Cobblemon!) Mayview (with Cobblemon!) Project Sacrifice Project Sacrifice The Winter Frontier The Winter Frontier BETTER FANTASY - Overture BETTER FANTASY - Overture Seaopolis Submerged 2 Seaopolis Submerged 2 Auto-TerraFirmaCraft (TFC + Create) Auto-TerraFirmaCraft (TFC + Create) Ice and Fire Magic Ice and Fire Magic Reimagined Reimagined Sky FABRICation 3 Sky FABRICation 3 Cottage Witch: Recast Cottage Witch: Recast Another Quality Modpack 3 - AQM3 Another Quality Modpack 3 - AQM3 Project -  Arcane Frontier Project - Arcane Frontier RandBlock RandBlock Modded Together Modded Together Create: Delight Remake Create: Delight Remake MC DripCraft MC DripCraft Forever Factory Forever Factory The Decursio Project - Expert The Decursio Project - Expert A Distant Journey A Distant Journey TerraFirma: Rebirth TerraFirma: Rebirth Chroma Technology 2 Chroma Technology 2 HazardousDaniel's Unlimited 2.0 HazardousDaniel's Unlimited 2.0 Create: Sky Factory Create: Sky Factory Wold's Vaults - Vault Hunters Expansion Wold's Vaults - Vault Hunters Expansion Prey: An Expansive RPG Nightmare Modpack Prey: An Expansive RPG Nightmare Modpack All the Mods - Slice of Pi2 - ATM SLOP2 - ATM6 Lite All the Mods - Slice of Pi2 - ATM SLOP2 - ATM6 Lite Skyopolis 5 Skyopolis 5 Ultimate Progression Ultimate Progression Azuria RockBlock 3 Azuria RockBlock 3 The Immersive Revolution: Rebirth The Immersive Revolution: Rebirth Fiefdom - Medieval Fantasy RPG Fiefdom - Medieval Fantasy RPG All the Mods - Gravitas - ATMG All the Mods - Gravitas - ATMG Compression Compression Protocol Zero - A Modern Zombie Apocalypse Protocol Zero - A Modern Zombie Apocalypse The Legend Of 2900 The Legend Of 2900 Ultimate Progression: Sky Ultimate Progression: Sky Aeronautics - Create Customised Aeronautics - Create Customised Create Re-Flavored Create Re-Flavored CreateTogether CreateTogether Create: New Horizon Create: New Horizon Haven: CaveBlock Haven: CaveBlock ABOE 3 - A Bit of Everything 3 ABOE 3 - A Bit of Everything 3 FTB Skies FTB Skies TerraFirmaAdventure TerraFirmaAdventure Creative Drawers Producer Creative Drawers Producer Create The Brass Concerto 机械动力 黄铜协奏曲 Create The Brass Concerto 机械动力 黄铜协奏曲

External Resources