Fix DownloadAssetsTask merge conflict mess-up

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2022-08-11 02:03:02 +08:00
parent 216b4ce785
commit 8457a11f8b

View File

@@ -75,8 +75,6 @@ public abstract class DownloadAssetsTask extends AbstractLoomTask {
getMinecraftVersion().set(versionInfo.id());
getMinecraftVersion().finalizeValue();
getDownloadThreads().convention(Runtime.getRuntime().availableProcessors());
getMinecraftVersion().set(versionInfo.id());
getMinecraftVersion().finalizeValue();
if (versionInfo.assets().equals("legacy")) {
getLegacyResourcesDirectory().set(new File(assetsDir, "/legacy/" + versionInfo.id()));