mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +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,9 +242,7 @@ public class DirectWorldWriter {
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user