Rised crop root length to match IC2 again
This commit is contained in:
parent
2544d46c91
commit
0a6e69e254
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue