You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
Could you add the ability for the energy value calculations to propogate any changes accros all oredictionary references that don't have a defined value (or have some illogical one). This causes problems with furnaces outputting an ingot that has no EMC value. For example, in my set up currently:
Mod
EMC
Forestry
No EMC
Galacticraft
No EMC
Industrial Craft
0.009
Project Red
No EMC
Railcraft
No EMC
Tinkers Construct
No EMC
Thermal Foundation
192
As most ingots lack an EMC value, this then means upstream recipes will sometimes lose their EMC values.
On: 0.3.0.521
The text was updated successfully, but these errors were encountered:
If I've understood correctly, what OP wants is for direct mappings of OreDictionary registered items to be automatically promoted to OD mappings under certain circumstances. My suggestion would be to do a pass over the pre-calc map before you begin calculating new values and promote anything which has exactly one OD entry, unless a cheaper one is already registered.
Edit: Opened a pull request for your consideration. #1089
Hello
Could you add the ability for the energy value calculations to propogate any changes accros all oredictionary references that don't have a defined value (or have some illogical one). This causes problems with furnaces outputting an ingot that has no EMC value. For example, in my set up currently:
As most ingots lack an EMC value, this then means upstream recipes will sometimes lose their EMC values.
On: 0.3.0.521
The text was updated successfully, but these errors were encountered: