doomeer / factorio

Factorio Planner
MIT License
137 stars 40 forks source link

Speed Module 3 wrong recipe #13

Closed Sadumon closed 7 years ago

Sadumon commented 7 years ago

Speed Module 3 is incorrectly set to use only 4 of the speed module 2, but it requires 5 like the other modules.

Line 325-7 of recipes.ml: let speed_module_3 = res "Speed Module 3" am2 60. [ 5., advanced_circuit; 5., processing_unit; 4., speed_module_2 ]

doomeer commented 7 years ago

Fixed, thanks a lot for the patch, it makes it much easier for me ;)