This commit is contained in:
paulevsGitch 2020-11-13 20:47:34 +03:00
parent 90cd0b3bd0
commit 879ed2ccbf

View file

@ -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