Changed gravitite ore spawn position

Not tested. Updated through github.com
This commit is contained in:
115kino 2017-12-09 20:43:56 -05:00 committed by GitHub
parent 3d3e56838f
commit 9ee1442f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ public class AetherBiomeDecorator extends BiomeDecorator
this.spawnOre(BlocksAether.icestone.getDefaultState(), 16, 10, 128);
this.spawnOre(BlocksAether.ambrosium_ore.getDefaultState(), 16, 15, 128);
this.spawnOre(BlocksAether.zanite_ore.getDefaultState(), 8, 15, 64);
this.spawnOre(BlocksAether.gravitite_ore.getDefaultState(), 6, 8, 40);
this.spawnOre(BlocksAether.gravitite_ore.getDefaultState(), 6, 8, 32);
this.generateClouds(EnumCloudType.Golden, 4, false, 50, this.nextInt(64) + 96);
this.generateClouds(EnumCloudType.Blue, 8, false, 26, this.nextInt(64) + 32);
@ -180,4 +180,4 @@ public class AetherBiomeDecorator extends BiomeDecorator
}
}
}
}