add more troubleshooting stuff

This commit is contained in:
S-B99 2019-10-25 19:31:09 -04:00
parent a99da9c1b8
commit d409365beb
2 changed files with 16 additions and 1 deletions

View File

@ -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)
***
</details>
## 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)
***
</details>
## How this improves over KAMI (Red)

View File

@ -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!**
**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