diff options
| author | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2021-12-18 21:27:48 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-18 11:27:48 +0100 |
| commit | aca006bb4d379b6afe79357f24957f035184636e (patch) | |
| tree | 14745dc70b53ddd87a6a92ebe05715cc9d7af58b /src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java | |
| parent | 844a99734bf7f2396904ce3996fddd3047c55355 (diff) | |
| download | notenoughupdates-aca006bb4d379b6afe79357f24957f035184636e.tar.gz notenoughupdates-aca006bb4d379b6afe79357f24957f035184636e.tar.bz2 notenoughupdates-aca006bb4d379b6afe79357f24957f035184636e.zip | |
added pv icons + changed mines of divan waypoint color (#31)
* istg if you give me 170 commits i will end someone(added stranded pv icon + added an icon for gamemodes that neu doesnt know about)
* Change the mines of divan waypoints to blue because it was hard to see the gold waypoint gold blocks everywhere
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java index f20081ad..8d73e28d 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/CrystalMetalDetectorSolver.java @@ -104,7 +104,7 @@ public class CrystalMetalDetectorSolver { } public static void render(float partialTicks) { - int beaconRGB = 0xffdf00; + int beaconRGB = 0x1fd8f1; if (SBInfo.getInstance().getLocation() != null && SBInfo.getInstance().getLocation().equals("crystal_hollows") && SBInfo.getInstance().location.equals("Mines of Divan")) { |
