diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-08-10 15:46:52 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-08-10 15:46:52 +0200 |
commit | 4181ad5f29c0a0476c160c0605d7a1c58a106067 (patch) | |
tree | fabdb7cc3223db1f4bd0c1dc1b1e76fed1f9b166 /CONTRIBUTING.md | |
parent | 28975d2a1e9f2ca6cac1a012f3b9d3d7d45adaf2 (diff) | |
parent | 4cf7ec9f8ee48b7ea22b2d514c3e7ff1be7daf0d (diff) | |
download | NotEnoughUpdates-4181ad5f29c0a0476c160c0605d7a1c58a106067.tar.gz NotEnoughUpdates-4181ad5f29c0a0476c160c0605d7a1c58a106067.tar.bz2 NotEnoughUpdates-4181ad5f29c0a0476c160c0605d7a1c58a106067.zip |
Merge branch 'master' into minion_helper_2
# Conflicts:
# src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
# src/main/java/io/github/moulberry/notenoughupdates/commands/dungeon/MapCommand.java
# src/main/java/io/github/moulberry/notenoughupdates/listener/RenderListener.java
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1913734..a5fa2b6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,7 @@ - Run the `gen<IntelliJ/Eclipse>Runs` gradle task. In IntelliJ that can be done in the gradle tab on the right side of your IDE. - Optionally, run the `genSources` gradle task. - Run the `Minecraft Client` to make sure that everything works. + - Note: if you are using OSX, remove the `XstartOnFirstThread` JVM option ## Logging into Hypixel in a development environment |