Crystal tree offset changed
This commit is contained in:
parent
aad7005a42
commit
5520debd08
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue