Fixed spelling

This commit is contained in:
Gig 2015-04-23 23:06:01 +01:00
parent e889b00b6f
commit b8170a9eb4
2 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ public class TROreGen implements IWorldGenerator {
void generateEndOres(Random random, int xChunk, int zChunk, World world) {
int xPos, yPos, zPos;
if (config.TungstonOreTrue) {
if (config.TungstenOreTrue) {
for (int i = 0; i <= 16; i++) {
xPos = xChunk + random.nextInt(16);
yPos = 60 + random.nextInt(60 - 20);