(Yes, I nerfed the Green Grove.)

This commit is contained in:
WayofTime 2014-11-19 18:48:26 -05:00
parent dbe51d7f7b
commit 90aeaac6e2
3 changed files with 29 additions and 18 deletions

View file

@ -192,7 +192,7 @@ public class SigilOfGrowth extends EnergyItems implements ArmourUpgrade
if (block instanceof IPlantable)
{
if (par2World.rand.nextInt(20) == 0)
if (par2World.rand.nextInt(50) == 0)
{
block.updateTick(par2World, ix, iy, iz, par2World.rand);
}
@ -272,7 +272,7 @@ public class SigilOfGrowth extends EnergyItems implements ArmourUpgrade
if (block instanceof IPlantable)
{
if (world.rand.nextInt(10) == 0)
if (world.rand.nextInt(100) == 0)
{
block.updateTick(world, ix, iy, iz, world.rand);
}