mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fixed rocks popping off of farmland. Fixes #493
This commit is contained in:
parent
36eb042ffa
commit
762c1125a3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class RockCropBlock extends CropBlock {
|
|||
};
|
||||
|
||||
protected RockCropBlock(Settings settings) {
|
||||
super(settings);
|
||||
super(settings.notSolid());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue