promotional bannermobile promotional banner

MineralMixTweaker

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

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

The MineralMixTweaker Team

profile avatar
  • 4
    Followers
  • 9
    Projects
  • 22.4K
    Downloads

More from Gliese_832_cView all