Compare commits
2 commits
2608816659
...
f72fe4b778
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f72fe4b778 | ||
|
|
b8daa34b2d |
|
|
@ -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 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