CleanroomMC / AssetMover

Allows acquiring of vanilla/mod assets at runtime instead of including them in builds potentially violating licenses.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Update AssetMoverHelper.java #7

Closed KuroNeko87 closed 1 year ago

KuroNeko87 commented 1 year ago

Replaced unsecured http with secured https to fix error: [AssetMover Executor #0/FATAL] [AssetMover]: Unexpected error occurred while downloading asset 'assets/minecraft/sounds/block/bubble_column/bubble2.ogg' java.io.IOException: Server returned HTTP response code: 400 for URL: http://resources.download.minecraft.net/ae/ae1490438f67b186d9d92a3dd0fbb6eaa604b31d

Rongmario commented 1 year ago

Thanks for the PR!