Fixed spelling
This commit is contained in:
parent
e889b00b6f
commit
b8170a9eb4
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue