Forgot to remove debug stuff
This commit is contained in:
parent
22b9a3bfe6
commit
fdbba68ef7
1 changed files with 0 additions and 8 deletions
|
@ -99,14 +99,6 @@ public class BOPAchievements
|
||||||
int y = MathHelper.floor_double(player.boundingBox.minY);
|
int y = MathHelper.floor_double(player.boundingBox.minY);
|
||||||
int z = MathHelper.floor_double(player.posZ);
|
int z = MathHelper.floor_double(player.posZ);
|
||||||
|
|
||||||
for (Achievement ach : biomesOPlentyAchievementList)
|
|
||||||
{
|
|
||||||
if (ach != achAllBOP)
|
|
||||||
{
|
|
||||||
player.addStat(ach, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int biomeID = world.getBiomeGenForCoords(x, z).biomeID;
|
int biomeID = world.getBiomeGenForCoords(x, z).biomeID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue