mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix DownloadAssetsTask merge conflict mess-up
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user