doomeer / factorio

Factorio Planner
MIT License
137 stars 40 forks source link

Fixed icon and href for battery mk1. Artillery shell recipe added. #55

Closed DeCristoforis closed 6 years ago

DeCristoforis commented 6 years ago

Added option to select solid fuel recipe

doomeer commented 6 years ago

This is awesome! I think you're the first one who actually has the courage to patch option parsing :D FYI, I reverted the change to Char.lowercase_ascii. Char.lowercase is deprecated. Maybe you use an older OCaml version? Maybe I should just ignore the warning to help people contribute using older versions of OCaml…

mpsijm commented 6 years ago

I think the warnings could stay, they're not warnings for nothing :slightly_smiling_face: I must say I've never used OCaml, so I don't know how the environment is like.