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-06-13 02:37:44 +1000
committerGitHub <noreply@github.com>2024-06-12 18:37:44 +0200
commit01917a751c087ddb97e899611777a6f6de24ad01 (patch)
treeaabdac7a89f71463939a78123924df6a62c5083c /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
parent22c9a6b8cd02408f3c3851292a0ac193abfd3f42 (diff)
downloadnotenoughupdates-01917a751c087ddb97e899611777a6f6de24ad01.tar.gz
notenoughupdates-01917a751c087ddb97e899611777a6f6de24ad01.tar.bz2
notenoughupdates-01917a751c087ddb97e899611777a6f6de24ad01.zip
Add Custom Neu biomes for smoldering tomb and glacite mineshaft (#1197)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java8
1 files changed, 8 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 b7586a93..b34150d7 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -156,6 +156,14 @@ public class NotEnoughUpdates {
.setBiomeName("NeuCrystalHollowsCrystalNucleus")
.setFillerBlockMetadata(5470985)
.setTemperatureRainfall(0.95F, 0.9F);
+ public static final BiomeGenBase smolderingTomb =
+ (new BiomeGenHell(107))
+ .setColor(16777215)
+ .setBiomeName("NeuSmolderingTomb");
+ public static final BiomeGenBase glaciteMineshaft =
+ (new BiomeGenSnow(108, false))
+ .setColor(16777215)
+ .setBiomeName("NeuGlaciteMineshaft");
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 =