this should find it?
This commit is contained in:
parent
f548a49026
commit
fac3fa7301
1 changed files with 6 additions and 1 deletions
|
@ -73,6 +73,11 @@ public class GT_Achievements {
|
||||||
}
|
}
|
||||||
GT_Log.out.println("achievement." + oreList.get(i).name() + ".desc=Height: " + (oreStats.get(i)[0]) + "-" + (oreStats.get(i)[1]) + ", Chance: " + (oreStats.get(i)[2]) + ", " + dimensions.toString());
|
GT_Log.out.println("achievement." + oreList.get(i).name() + ".desc=Height: " + (oreStats.get(i)[0]) + "-" + (oreStats.get(i)[1]) + ", Chance: " + (oreStats.get(i)[2]) + ", " + dimensions.toString());
|
||||||
}
|
}
|
||||||
|
if(oreList.get(i)==null)
|
||||||
|
GT_Log.out.println("GT Achievement - Ore with NULL pointer material tries to register achievement.");
|
||||||
|
if(oreList.get(i).name()==null)
|
||||||
|
GT_Log.out.println("GT Achievement - Ore with NULL named material tries to register achievement.");
|
||||||
|
else
|
||||||
registerOreAchievement(oreList.get(i));
|
registerOreAchievement(oreList.get(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue