KubeJS Mekanism
Modby LatvianModder
Mekanism integration for KubeJS
Type
Mod
CurseForge Downloads
28,317,282
CurseForge ID
418651
Modrinth Downloads
108,278
Modrinth ID
sY2Fy24K
Last Updated
Sep 10, 2026
Description
Mekanism integration for KubeJS. See Recipes page for more info.
Supported recipe types:
- crushing
- enriching
- smelting
event.recipes.mekanismCrushing(output, input)
- combining
event.recipes.mekanismCombining(output, input1, input2)
- compressing
- purifying
- injecting
event.recipes.mekanismPurifying(output, inputItem, inputGas)
- metallurgic_infusing
event.recipes.mekanismMetallurgicInfusing(output, inputItem, infusionInput, infusionAmount)
- sawing
event.recipes.mekanismSawing(output, input, extraOutput)
Examples:
event.recipes.mekanismCrushing('minecraft:stick', 'minecraft:oak_planks')
event.recipes.mekanismCombining('minecraft:golden_apple', 'minecraft:apple', 'minecraft:gold_ingot')
event.recipes.mekanismPurifying('minecraft:obsidian', 'minecraft:lava_bucket', {gas: 'mekanism:oxygen', amount: 200})
event.recipes.mekanismMetallurgicInfusing('minecraft:comparator', 'minecraft:nether_quartz', 'mekanism:redstone', 20)
event.recipes.mekanismSawing('minecraft:redstone', 'minecraft:brick', item.of('minecraft:clay').chance(0.3))
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Konkrete
Just another boring library mod.
FancyMenu
Customize Minecraft's menus with ease!
Moonlight Lib
Forge and Fabric lightweight library with utilities such as custom Villagers AI, data driven trades, global datapack, cu...
Quark
A Quark is a very small thing. This mod is a collection of small things that improve the vanilla minecraft experience.
Better Advancements
Successor to BetterAchievements for the new advancements system in minecraft 1.12+
Puzzles Lib
Why is it called Puzzles? That's the puzzle.

