mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +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())
|
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;
|
return biomeIds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user