
MineralMixTweaker
Активный0.0
Установок
Последнее обновление
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: