Mineral Mix
Importing the package
It might be required for you to import the package if you encounter any issues (like casting an Array).
So better be safe than sorry and add the import import mods.immersiveengineering.MineralMix;
.
Fail Chance
You can get and set the failchance for the Mineralmix using the failChance [ZenSetter/Getter] on the object.
Get Mineral
Required | Type | Data Type |
---|---|---|
Required Required | Type Name | Data Type string |
Add Ore
Required | Type | Data Type |
---|---|---|
Required Required | Type Ore | Data Type string |
Required Required | Type Chance | Data Type string |
You will need to use the oredict names.
Remove Ore
Required | Type | Data Type |
---|---|---|
Required Required | Type Ore | Data Type string |