mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 18:19:14 +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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user