From 549b20b8a4b08e60bc1deb10076a15e6f839da19 Mon Sep 17 00:00:00 2001 From: syeyoung Date: Sat, 6 Aug 2022 16:59:01 +0900 Subject: - Got it to launch minecraft finally For developers - You need to launch "loader" project, not the "mod" project. - Loom WILL NOT auto-generate launch props. --> Copy contents of build.gradle from other directory to global build.gradle, and run any gradle task to generate. (it was painful to figure out) --- runtime/.mixin.out/audit/mixin_implementation_report.csv | 1 - runtime/.mixin.out/audit/mixin_implementation_report.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 runtime/.mixin.out/audit/mixin_implementation_report.csv delete mode 100644 runtime/.mixin.out/audit/mixin_implementation_report.txt (limited to 'runtime/.mixin.out/audit') diff --git a/runtime/.mixin.out/audit/mixin_implementation_report.csv b/runtime/.mixin.out/audit/mixin_implementation_report.csv deleted file mode 100644 index 41cb2712..00000000 --- a/runtime/.mixin.out/audit/mixin_implementation_report.csv +++ /dev/null @@ -1 +0,0 @@ -Class,Method,Signature,Interface diff --git a/runtime/.mixin.out/audit/mixin_implementation_report.txt b/runtime/.mixin.out/audit/mixin_implementation_report.txt deleted file mode 100644 index 2501c7b4..00000000 --- a/runtime/.mixin.out/audit/mixin_implementation_report.txt +++ /dev/null @@ -1 +0,0 @@ -Mixin Implementation Report generated on 2022-05-21 23:55:14 -- cgit