promotional bannermobile promotional banner

MineralMixTweaker

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

File Details

MineralMixTweaker-1.12-1.0

  • R
  • Oct 18, 2021
  • 4.51 KB
  • 49
  • 1.12.2
  • Forge

File Name

mineralmixin-1.12.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mineralmixtweaker-538120:3495339")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Initial release. Contains the following three 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 void
//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]