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