Compare commits

..

2 commits

View file

@ -16,6 +16,6 @@ public abstract class GrowRateTweak extends BushBlock implements BonemealableBlo
@ModifyVariable(method="getGrowthSpeed", at=@At("STORE"), ordinal = 1)
private static float getGrowthSpeedF(float f){
return 30.0F; // Drops time to grow when watered from ~45 minutes to ~10. Perfect.
return 1.6F; // Drops time to grow when watered from ~45 minutes to ~10. Perfect.
}
}