Modscraper Modscraper Minecraft
MineralMixTweaker logo

MineralMixTweaker

Mod

by Gliese_832_c

A small IE/CraftTweaker addon to allow further configuration of IE mineral deposits.

Type

Mod

CurseForge Downloads

10,854

CurseForge ID

538120

Last Updated

Jul 29, 2026

Description

This mod is a small addon for IE/CraftTweaker that allows the further configuration of IE's mineral deposits. Specifically, it has the following methods:

 

// Sets the MineralMix in a the chunk of the given blockpos
IWorld.setMineralMix(IBlockPos pos, MineralMix mix) as void


// Gets the MineralMix from the IBlockPos's chunk
IWorld.getMineralMix(IBlockPos pos) as MineralMix


// Gets the full MineralMix[][IBlockPos] map. Since ImmersiveEngineering doesnt use IBlockPos and instead uses Chunk X and Z's, the y value is always 0. Includes the default mineral and the override
IWorld.getMineralMap() as MineralMix[][IBlockPos]


// Prints all registered minerals:
MineralMix.printRegisteredMinerals()

 

// You can also cast MineralMixes as strings (returns the name of the ore): MineralMix as string

 

 

 

Mod made by Witixin, published on his request:

Permission to publish the mod

 

License

Similar Mods

Included in Modpacks

External Resources