IE render fix
Modby Marvin_Eckhardt
fix game crash when using structurize + immersive engineering
Downloads
64,983
Type
Mod
CurseForge ID
1055180
Last Updated
Apr 11, 2026
Description
If you are trying to make custom minecolony structures that include Immersive Engineering pipes or conveyor belts you will notice a very ugly nullpointer exception crash.
This mod is an addon for IE that uses asm transformation to inject the following code (simplified) into fluidpipes and conveyorbasic and conveyorvertical:
if (getWorld() == null) return {returnvalue};
This will prevent the nullpointer crash.
You only need this mod if you are trying to make custom structurize structures that include pipes / conveyor belts. If you do not want to make custom structurize structure with IE pipes / conveyor belts, this mod will do nothing for you.
Of course it would be way easier to just add the code directly into IE but sadly, the authors refuse to publish a new build so we have to use this.
Similar Mods
Capybara [Forge]
Adds Capybaras to Minecraft!
Pick Your Poison 🐸
Poison dart frogs, new potion effects and poison darts!
EMC Builders Wand
A builders wand that uses EMC!
Heat And Climate
Let's play with heat and climate!
Porting Lib
A collection of utilities for porting mods from Forge to Fabric.
Lychee (Fabric)
Define in-world crafting & interactions using JSON recipes. item interaction, burning, touching fluid, anvil, crushing,...