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
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]

