aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-07-14 02:22:19 +1000
committerGitHub <noreply@github.com>2024-07-13 18:22:19 +0200
commit8c25d6608e5badde10cdf3e70d166c636ad65082 (patch)
treed3fc875fc16128a31b19afb8e1c665eb377c8e34 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
parentd8a22fcf54f97d22e85f27e6df5eb775305f0a79 (diff)
downloadnotenoughupdates-8c25d6608e5badde10cdf3e70d166c636ad65082.tar.gz
notenoughupdates-8c25d6608e5badde10cdf3e70d166c636ad65082.tar.bz2
notenoughupdates-8c25d6608e5badde10cdf3e70d166c636ad65082.zip
Add Custom Neu biomes for glacite tunnels (#1232)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
index 0c6cc55b..8c80c7b9 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -164,6 +164,10 @@ public class NotEnoughUpdates {
(new BiomeGenSnow(108, false))
.setColor(16777215)
.setBiomeName("NeuGlaciteMineshaft");
+ public static final BiomeGenBase glaciteTunnels =
+ (new BiomeGenSnow(109, false))
+ .setColor(16777215)
+ .setBiomeName("NeuGlaciteTunnels");
private static final long CHAT_MSG_COOLDOWN = 200;
//Stolen from Biscut and used for detecting whether in skyblock
private static final Set<String> SKYBLOCK_IN_ALL_LANGUAGES =