Download MineralMixTweaker — Minecraft Mods — ModStock

MineralMixTweaker

Active

Downloads

0

Last update

3 years ago
Client
Technological

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

Project members
Gliese_832_c

Gliese_832_c