mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Update DirectWorldWriter.java
This commit is contained in:
parent
5226106ff0
commit
97a6395ddd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user