mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Undo a change that breaks when Biome.CUSTOM is not a field on your MC distribution
This commit is contained in:
parent
5e838e3f10
commit
5226106ff0
@ -242,10 +242,8 @@ public class DirectWorldWriter {
|
|||||||
|
|
||||||
for(Biome biome : Biome.values())
|
for(Biome biome : Biome.values())
|
||||||
{
|
{
|
||||||
if (biome != Biome.CUSTOM) {
|
|
||||||
biomeIds.put(biome, INMS.get().getBiomeId(biome));
|
biomeIds.put(biome, INMS.get().getBiomeId(biome));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return biomeIds;
|
return biomeIds;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user