mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Merge pull request #365 from CocoTheOwner/fixCustomField
Undo a change that breaks when Biome.CUSTOM is not a field on your MC Distribution
This commit is contained in:
commit
5dfd46f809
@ -242,7 +242,7 @@ public class DirectWorldWriter {
|
||||
|
||||
for(Biome biome : Biome.values())
|
||||
{
|
||||
if (biome != Biome.CUSTOM) {
|
||||
if (!biome.name().equals("CUSTOM")) {
|
||||
biomeIds.put(biome, INMS.get().getBiomeId(biome));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user