Dropped default grow rate from 30 to 1.6 (vanilla 1)
This commit is contained in:
parent
4329d43311
commit
b8daa34b2d
|
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue