aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2022-08-06 16:59:01 +0900
committersyeyoung <cyoung06@naver.com>2022-08-06 16:59:01 +0900
commit549b20b8a4b08e60bc1deb10076a15e6f839da19 (patch)
treee411936fa132f3e439a2ed19304130bcaf847daa /.gitignore
parent5d16ab7966daf0f813a9d5aebee3cc53826938d6 (diff)
downloadSkyblock-Dungeons-Guide-549b20b8a4b08e60bc1deb10076a15e6f839da19.tar.gz
Skyblock-Dungeons-Guide-549b20b8a4b08e60bc1deb10076a15e6f839da19.tar.bz2
Skyblock-Dungeons-Guide-549b20b8a4b08e60bc1deb10076a15e6f839da19.zip
- 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)
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore2
1 files changed, 1 insertions, 1 deletions
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