EmperorPinguin / Civ6-mod

An attempt to recreate Civilization VI in Unciv
56 stars 23 forks source link

Fix deprecated and formatting #59

Closed Merliin42 closed 4 months ago

Merliin42 commented 4 months ago

Hey EmperorPinguin! I tried to fix every deprecation warning and missing semicolon I find. I also formatted JSON to match best practices.

I'm not familiar enough with Unciv modding and Civ6 mechanics, so I didn't modify the others warning, but let me know if I can do something on that subject.

EmperorPinguin commented 4 months ago

Wow, that's a lot of fixes, thank you a lot!

Merliin42 commented 4 months ago

You did all the big work there, I just had to use find and replace + the auto-linter of VSCode.