mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix VSCode resource configuration
This commit is contained in:
@@ -46,7 +46,7 @@ public class RunClientTask extends JavaExec {
|
||||
try {
|
||||
version = gson.fromJson(new FileReader(Constants.MINECRAFT_JSON.get(extension)), Version.class);
|
||||
} catch (FileNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
getLogger().error("Failed to retrieve version from minecraft json", e);
|
||||
}
|
||||
|
||||
List<String> libs = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user