Skip to content

Commit c9e8c8a

Browse files
committed
Fixed rocks popping off of farmland. Fixes #493
1 parent 6e6a82c commit c9e8c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/minelittlepony/unicopia/block/RockCropBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class RockCropBlock extends CropBlock {
6666
};
6767

6868
protected RockCropBlock(Settings settings) {
69-
super(settings);
69+
super(settings.notSolid());
7070
}
7171

7272
@Override

0 commit comments

Comments
 (0)