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) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fc23a94c..9e9d3abe 100755 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,11 @@ eclipse/* build/* jars/* -runtime/* run/* DEBUG/* sdk/* essential/* +runtime/* # Ignore Gradle GUI config gradle-app.setting -- cgit