KubeJS Immersive Engineering Mod (1.19.2, 1.18.2) – Customize Industrial
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:
- Alloy Kiln:
event.recipes.immersiveengineeringAlloy(output, input1, input2)
- Blast Furnace:
event.recipes.immersiveengineeringBlastFurnace(output, input) event.recipes.immersiveengineeringBlastFurnace(output, input, slag)
- Blast Furnace Fuel:
event.recipes.immersiveengineeringBlastFurnaceFuel(input).time(300)
- Coke Oven:
event.recipes.immersiveengineeringCokeOven(output, input).creosote(250).time(900)
- Garden Cloche:
event.recipes.immersiveengineeringCloche([outputs], input, soil) event.recipes.immersiveengineeringCloche([outputs], input, soil, render)
- Fertilizer:
event.recipes.immersiveengineeringFertilizer(input).growthModifier(1.5)
- Metal Press:
event.recipes.immersiveengineeringMetalPress(output, input, mold)
- Arc Furnace:
event.recipes.immersiveengineeringArcFurnace([outputs], input) event.recipes.immersiveengineeringArcFurnace([outputs], input, [additives]) event.recipes.immersiveengineeringArcFurnace([outputs], input, [additives], slag)
- Crusher:
event.recipes.immersiveengineeringCrusher(output, input) event.recipes.immersiveengineeringCrusher(output, input, [secondaries])
- Sawmill:
event.recipes.immersiveengineeringSawmill(output, input) event.recipes.immersiveengineeringSawmill(output, input, [secondaries]) event.recipes.immersiveengineeringSawmill(output, input, [secondaries], stripped)
How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
KubeJS Immersive Engineering Mod Download Links
For Minecraft 1.19.2
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.18.2
Forge version: Download from Server 1 – Download from Server 2
For Minecraft 1.18.1
Forge version: Download from Server 1
For Minecraft 1.16.5
Forge version: Download from Server 1 – Download from Server 2
0
November 23, 2023


This post has no comments yet. Be the first — your comment will appear here.