mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Fixed rocks popping off of farmland. Fixes #493
This commit is contained in:
parent
6e6a82c7a5
commit
c9e8c8a3a9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class RockCropBlock extends CropBlock {
|
||||||
};
|
};
|
||||||
|
|
||||||
protected RockCropBlock(Settings settings) {
|
protected RockCropBlock(Settings settings) {
|
||||||
super(settings);
|
super(settings.notSolid());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue