DaFuqs / GlobalSpawn

GlobalSpawn allows you to change spawn dimension and position via command or config file.
GNU Lesser General Public License v3.0
4 stars 3 forks source link

[BUG] ./gradlew runClient does not work #7

Closed spaceclouds42 closed 3 years ago

spaceclouds42 commented 3 years ago

Describe the bug I ran ./gradlew runClient because there was no run configuration. The mod itself built fine, but when the Minecraft Client started, it crashed after finishing loading the config file.

[10:25:02] [main/INFO] (Minecraft) Setting user: Player795
[10:25:03] [main/INFO] (globalspawn) Loading config file...
[10:25:03] [main/INFO] (globalspawn) Finished loading config file.
[10:25:04] [main/INFO] (Indigo) [Indigo] Registering Indigo renderer!
---- Minecraft Crash Report ----

I was trying to do this because I wanted to work on a implementing #6, but the mod won't load ;-;

To Reproduce Open project in IDEA, open Terminal tab, Set your path to /GlobalSpawn/ in a terminal, run ./gradlew runClient

Expected behavior For Minecraft to open

crash-2021-01-11_10.25.06-client.txt

DaFuqs commented 3 years ago

I've added the idea settings to the repo. If everything else is missing just let me know. :)