Compare commits

..

No commits in common. "f72fe4b7784db650d51f20e1c5a1ded74f879c04" and "2608816659909b3dfe7674c3f67b4763c7095cfd" have entirely different histories.

View file

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