🌐 Good news — we've translated this article into other languages!
Or pick the one you like:

KubeJS Immersive Engineering Mod adds integration for the Immersive Engineering mod into KubeJS. This allows you to create and change recipes for many of Immersive Engineering’s machines using KubeJS scripts. It is a useful tool for modpack makers who want to customize their game.

Features:

  • Lets you add custom recipes for the Alloy Kiln.
  • Supports new recipes for the Blast Furnace, including slag output.
  • Allows you to define custom fuels for the Blast Furnace.
  • Create custom Coke Oven recipes with specific creosote and time values.
  • Add new recipes for the Garden Cloche, including custom renders.
  • Define new items as Fertilizer with custom growth modifiers.
  • Set up custom recipes for the Metal Press using different molds.
  • Supports new Arc Furnace recipes with additives and slag.
  • Add custom recipes for the Crusher, including secondary outputs with chances.
  • Lets you create new Sawmill recipes with optional secondary outputs.

How to Use:

To add or change recipes, use the following event scripts in your KubeJS files. Here are examples for each supported machine:

  1. Alloy Kiln:
    event.recipes.immersiveengineeringAlloy(output, input1, input2)
  2. Blast Furnace:
    event.recipes.immersiveengineeringBlastFurnace(output, input)
    event.recipes.immersiveengineeringBlastFurnace(output, input, slag)
  3. Blast Furnace Fuel:
    event.recipes.immersiveengineeringBlastFurnaceFuel(input).time(300)
  4. Coke Oven:
    event.recipes.immersiveengineeringCokeOven(output, input).creosote(250).time(900)
  5. Garden Cloche:
    event.recipes.immersiveengineeringCloche([outputs], input, soil)
    event.recipes.immersiveengineeringCloche([outputs], input, soil, render)
  6. Fertilizer:
    event.recipes.immersiveengineeringFertilizer(input).growthModifier(1.5)
  7. Metal Press:
    event.recipes.immersiveengineeringMetalPress(output, input, mold)
  8. Arc Furnace:
    event.recipes.immersiveengineeringArcFurnace([outputs], input)
    event.recipes.immersiveengineeringArcFurnace([outputs], input, [additives])
    event.recipes.immersiveengineeringArcFurnace([outputs], input, [additives], slag)
  9. Crusher:
    event.recipes.immersiveengineeringCrusher(output, input)
    event.recipes.immersiveengineeringCrusher(output, input, [secondaries])
  10. Sawmill:
    event.recipes.immersiveengineeringSawmill(output, input)
    event.recipes.immersiveengineeringSawmill(output, input, [secondaries])
    event.recipes.immersiveengineeringSawmill(output, input, [secondaries], stripped)

KubeJS Immersive Engineering Mod Download Links

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.18.1

Forge version: Download from Server 1

For Minecraft 1.16.5

Forge version: Download from Server 1Download from Server 2

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