KubeJS Mekanism Mod connects the Mekanism mod with KubeJS, allowing you to create your own custom recipes. With this addon, you can use KubeJS scripts to decide what items go into Mekanism’s machines and what new items come out.

Requires:

Minecraft Forge

KubeJS Library

Architectury API

Mekanism Mod

Features:

  • Lets you add new recipes for Mekanism’s machines.
  • Supports Crushing, Enriching, and Smelting recipes.
  • Allows you to define custom inputs for the Combiner.
  • Adds recipe support for Compressing, Purifying, and Injecting processes.
  • Create unique recipes for the Metallurgic Infuser.
  • Change the outputs of the Sawmill with custom Sawing recipes.

How to Use:

You can add or change recipes by writing them in your KubeJS script files. Below are a few examples of how to format the recipes.

Recipe Examples:

  • Crushing: event.recipes.mekanismCrushing('minecraft:stick', 'minecraft:oak_planks')
  • Combining: event.recipes.mekanismCombining('minecraft:golden_apple', 'minecraft:apple', 'minecraft:gold_ingot')
  • Purifying: event.recipes.mekanismPurifying('minecraft:obsidian', 'minecraft:lava_bucket', {gas: 'mekanism:oxygen', amount: 200})
  • Metallurgic Infusing: event.recipes.mekanismMetallurgicInfusing('minecraft:comparator', 'minecraft:nether_quartz', 'mekanism:redstone', 20)
  • Sawing: event.recipes.mekanismSawing('minecraft:redstone', 'minecraft:brick', item.of('minecraft:clay').chance(0.3))

KubeJS Mekanism Mod Download Links

For Minecraft 1.21.1

NeoForge version: Download from Server 1Download from Server 2

For Minecraft 1.19.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.18.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.16.5

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]