Readded the ritual "Focus of the Ellipsoid": creates a hollow ellipsoid from blocks provided in the connecting chest.

Also added the guide page for the Shard of Laputa.
This commit is contained in:
WayofTime 2018-03-30 19:42:11 -04:00
parent 58ca46b6bd
commit 467bcb4d52
8 changed files with 102 additions and 41 deletions

View file

@ -118,7 +118,7 @@ public class AlchemyArrayEffectLaputa extends AlchemyArrayEffect
public int getRandomRadius(Random rand)
{
return rand.nextInt(4) + 4;
return rand.nextInt(5) + 4;
}
public int getRandomHeightOffset(Random rand)