SuccessChanges

Summary

  1. Added try/catch block around Language Pack downloader in build.gradle to allow building even if ReplayMod.com is offline (thanks Julian) (details)
  2. Prevented repeated Freezes caused by LocalizedResourcePack if ReplayMod.com is not available (details)
Commit febdf9be526dba9c39a66cc2fc41a0665c6343e5 by CrushedPixel
Added try/catch block around Language Pack downloader in build.gradle to allow building even if ReplayMod.com is offline (thanks Julian)
The file was modifiedbuild.gradle
Commit f862b462742e5d51c18a99a8f0879870a649fbb8 by CrushedPixel
Prevented repeated Freezes caused by LocalizedResourcePack if ReplayMod.com is not available
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/localization/LocalizedResourcePack.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/ReplayMod.java