Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 820 Bytes

File metadata and controls

23 lines (17 loc) · 820 Bytes

TFG1.20.x-MathHelper


Table of Content

AlloyForge.py

Replace operations in test_final_operations with the order you need and it will try to find the minimum operations needed. Known issue: it will terminate the search directly if the final operations add up to a negative value.

AlloyRecipeFinder.py

Print out 5 possible combinations of material given the type of metal and the ratio.

FurnaceCalculator.py

Calculate the most cost-efficient way of smelting the given metal ore in the furnace.


TODO

  • Fix known issues in AlloyForge.py
  • Improve documentation
  • EN variables/operations in scripts