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
Void Genesis: The Quantum Abyss Void Genesis: The Quantum Abyss Create: Industrial Craft Create: Industrial Craft Superflat Create Superflat Create Create + Ribbits and MORE Create + Ribbits and MORE Authentic Skies Create Authentic Skies Create Create Aeronautics Planes Trains and Automobiles Create Aeronautics Planes Trains and Automobiles Essentials:Create Essentials:Create Architecture & Automatum Architecture & Automatum Create - Ultimate OneBlock Create - Ultimate OneBlock Create: Warzone Create: Warzone Create: Snow & Steel Create: Snow & Steel CookieCrafter CookieCrafter Create Evo Era Create Evo Era ChillCraft  - Play Your Way, Chill Your Way ChillCraft - Play Your Way, Chill Your Way Horizon (New Dawn) Horizon (New Dawn) The Last Frontier | A Western Experience The Last Frontier | A Western Experience Xomembers Xomembers Shipping Lanes Survival Pack Shipping Lanes Survival Pack Create & Ars Nouveau Create & Ars Nouveau Prey - LITE Prey - LITE Compact Sky Compact Sky LitW II - Life in the Wilds 2 LitW II - Life in the Wilds 2 Monumental Experience - NeoForge Monumental Experience - NeoForge Factor-e Void Edition Factor-e Void Edition StellarisWorkshop StellarisWorkshop Benk's Medieval Minecraft Reloaded Benk's Medieval Minecraft Reloaded Splendid Ranching Splendid Ranching Cobblemon Homestead Cobblemon Homestead Magic OneBlock Project Magic OneBlock Project Forge of Eternity Forge of Eternity Create Blueprint Create Blueprint Tensura Nightmare Reincarnated Tensura Nightmare Reincarnated Skies of Progression Skies of Progression RE:Rotaria RE:Rotaria HardRock Apocalypse - Plagueborn (HRAP) HardRock Apocalypse - Plagueborn (HRAP) Zoompack 4 Zoompack 4 Tensura Resurgence Tensura Resurgence Monumental Experience VI - Rise of the Dinosaurs Monumental Experience VI - Rise of the Dinosaurs Finally a Good Tensura Server Finally a Good Tensura Server Kinetia Kinetia Create: Lost in Space Create: Lost in Space Crafttomuck Crafttomuck Jaffa Factory 2 - Futura Edition Jaffa Factory 2 - Futura Edition MineColonies-Caos e Ordem [Unnoficial] MineColonies-Caos e Ordem [Unnoficial] Create: Above Eureka Create: Above Eureka Createmon: Cidade Mêcanica Createmon: Cidade Mêcanica Create: Workshop [UwU Edition][Expert] Create: Workshop [UwU Edition][Expert] Erstwhile Journey Erstwhile Journey PROJECT DREAD - Dark Waters PROJECT DREAD - Dark Waters RePalmon RePalmon MineColonies: Kingdoms Beyond MineColonies: Kingdoms Beyond Loyal Sky Loyal Sky Create: New Age Create: New Age Velox Resurrected Velox Resurrected NoodlesSMP NoodlesSMP Modern Apocalypse: Spore Edition Modern Apocalypse: Spore Edition Mana & Mechanisms Mana & Mechanisms Star Techology Lite Star Techology Lite Beyong Depth (Ru translate) Beyong Depth (Ru translate) QSMP 2024 Collection QSMP 2024 Collection Create: Flat Factories Create: Flat Factories ReCreated - Create Aeronautics Update ReCreated - Create Aeronautics Update Tech-Craft Tech-Craft Create Capitalist Create Capitalist Apocalipse Light - A Zombie Apocalypse Survival Apocalipse Light - A Zombie Apocalypse Survival Trusted Modded Trusted Modded  VeritySurvival VeritySurvival Pixelmon E2craft Pixelmon E2craft Create Silence and Prosperity Create Silence and Prosperity Brassburg SMP Modpack Brassburg SMP Modpack Boundless Blocks Boundless Blocks Farwater: Create Basics Farwater: Create Basics Create: Everything & The Kitchen Sink Create: Everything & The Kitchen Sink Create ADDONS Create ADDONS Voltz (Volts) Reimagined - Official Server Voltz (Volts) Reimagined - Official Server Fr3shpack - TooManyMods Fr3shpack - TooManyMods Realistic Modpack - extreme survival Realistic Modpack - extreme survival Create pack Create pack Cook in Skyland Elegant Feast Cook in Skyland Elegant Feast Aelstar Aelstar Eclipse Eclipse Trial of the Void Trial of the Void Create & Destroy Create & Destroy Backtanked Backtanked Arcane Project Genesis Arcane Project Genesis Jetlagg Presents: The Altar Jetlagg Presents: The Altar Create: Guns and Artillery Create: Guns and Artillery TussleCraft - Forgotten Age TussleCraft - Forgotten Age Modern Apocalypse: Zombie Edition Modern Apocalypse: Zombie Edition Minecolonies - Order and Chaos Minecolonies - Order and Chaos MHG: Cities! MHG: Cities! Create&Greg Create&Greg Create:Mechanism and Innovation Create:Mechanism and Innovation Gear Spinned Gear Spinned Create Beyond Cosmos Create Beyond Cosmos Grand Odyssey Grand Odyssey Artemis: Project Artemis: Project The Everlasting Winter The Everlasting Winter Builders Delight 4 Builders Delight 4 Sky Tekkin 2 Sky Tekkin 2

External Resources