Crystal tree offset changed

This commit is contained in:
Kino 2017-07-14 21:28:39 -04:00
parent aad7005a42
commit 5520debd08

View file

@ -69,7 +69,7 @@ public class AetherBiomeDecorator extends BiomeDecorator
{
if (this.shouldSpawn(37))
{
this.crystal_island.generate(this.world, this.rand, this.chunkPos.add(this.nextInt(16), this.nextInt(64) + 32, this.nextInt(16)));
this.crystal_island.generate(this.world, this.rand, this.chunkPos.add(this.nextInt(16) + 8, this.nextInt(64) + 32, this.nextInt(16) + 8));
}
if (this.shouldSpawn(3))