Ardite has an extra oredict that conflicts with Cobalt causing it not to be generated with Environmental Tech Miners, Mekanism Combiner, or Industrial Foregoing Laser.
Expected Behavior
Ardite should only have the oredict entry so it can be generated appropriately by other mods using OD:oreArdite
Current Behavior
Ardite doesn't get generated with ET Miners, Mekanism Combiner, or Industrial Foregoing Laser.
Possible Solution
Add line to atm_oredict_ores.zs:
<ore:oreArdite>.remove(<tconstruct:ore>);
Steps to Reproduce
Use /ct hand with Cobalt ore in hand and it shows both oreCobalt and oreArdite
Use /ct oredict and check the logs to see two entries for :
Ore entries for <ore:oreArdite> :
-<tconstruct:ore>
-<tconstruct:ore:1>
Log
N/A
Detailed Description
Add a line of code in _atm_oredictores.zs to remove the extra ore entry in oredict for Ardite that's conflicting with Cobalt.
Ardite has an extra oredict that conflicts with Cobalt causing it not to be generated with Environmental Tech Miners, Mekanism Combiner, or Industrial Foregoing Laser.
Expected Behavior
Ardite should only have the oredict entry so it can be generated appropriately by other mods using OD:oreArdite
Current Behavior
Ardite doesn't get generated with ET Miners, Mekanism Combiner, or Industrial Foregoing Laser.
Possible Solution
Add line to atm_oredict_ores.zs:
<ore:oreArdite>.remove(<tconstruct:ore>);
Steps to Reproduce
Log
N/A
Detailed Description
Add a line of code in _atm_oredictores.zs to remove the extra ore entry in oredict for Ardite that's conflicting with Cobalt.