Generator optimization
This commit is contained in:
parent
8e041e0e42
commit
92d4ccab6c
4 changed files with 26 additions and 2 deletions
|
@ -85,7 +85,7 @@ public class BetterEndBiomeSource extends BiomeSource {
|
|||
mapLand.clearCache();
|
||||
mapVoid.clearCache();
|
||||
}
|
||||
return biomeRegistry.get(endBiome.getID());
|
||||
return endBiome.getActualBiome();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue