From d409365beb7a9dfbce5bd11ce03b3b62f711c23a Mon Sep 17 00:00:00 2001 From: S-B99 Date: Fri, 25 Oct 2019 19:31:09 -0400 Subject: [PATCH] add more troubleshooting stuff --- README.md | 8 ++++++++ docs/TROUBLESHOOTING.md | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30bb08d1f..08093a632 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,10 @@ Note: This assumes your minecraft folder is in the default location under your % *** +If you get build errors see this: [troubleshooting page](docs/TROUBLESHOOTING.md) + +*** + ## Contributing @@ -216,6 +220,10 @@ If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI B *** +If you get build errors see this: [troubleshooting page](docs/TROUBLESHOOTING.md) + +*** + ## How this improves over KAMI (Red) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index ed890d6df..388c58d25 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -10,6 +10,13 @@ Head over to [here](http://www.oracle.com/technetwork/java/javase/downloads/jdk8 ###### Minecraft not loading at all What `.jar` are you using in your `mods` folder? Make sure to use the one that ends with `-full` (`KAMI-MCVER-KAMIVER-full.jar`) +###### Just doesn't work when using runClient +Don't use that, try building and running forge normally ## Crashes in-game -**Please make sure you're on the latest version of forge before proceeding!** \ No newline at end of file +**Please make sure you're on the latest version of forge before proceeding!** + +## When using Intellij / Eclipse +Crashes in game but it worked fine / errors link to files you haven't changed + +Delete your .gradle or gradle cache or whatever it's called on windows