Rised crop root length to match IC2 again

This commit is contained in:
Blood-Asp 2016-03-16 23:52:52 +01:00
parent 2544d46c91
commit 0a6e69e254

View file

@ -99,7 +99,7 @@ public class GT_BaseCrop extends CropCard {
} }
public int getrootslength(ICropTile crop) { public int getrootslength(ICropTile crop) {
return 3; return 5;
} }
@Override @Override