mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Update DirectWorldWriter.java
This commit is contained in:
@@ -242,7 +242,9 @@ public class DirectWorldWriter {
|
||||
|
||||
for(Biome biome : Biome.values())
|
||||
{
|
||||
biomeIds.put(biome, INMS.get().getBiomeId(biome));
|
||||
if (!biome.name().equals("CUSTOM")) {
|
||||
biomeIds.put(biome, INMS.get().getBiomeId(biome));
|
||||
}
|
||||
}
|
||||
|
||||
return biomeIds;
|
||||
|
||||
Reference in New Issue
Block a user