Cleanup
This commit is contained in:
parent
90cd0b3bd0
commit
879ed2ccbf
1 changed files with 1 additions and 5 deletions
|
@ -85,11 +85,7 @@ public class BetterEndBiomeSource extends BiomeSource {
|
|||
mapLand.clearCache();
|
||||
mapVoid.clearCache();
|
||||
}
|
||||
String space = endBiome.getID().getNamespace();
|
||||
if (space.equals("byg")) {
|
||||
System.out.println(biomeX * 4 + " 100 " + biomeZ * 4);
|
||||
}
|
||||
return biomeRegistry.get(endBiome.getID());//EndBiomes.getActualBiome(endBiome);
|
||||
return biomeRegistry.get(endBiome.getID());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue