Skip to content

Commit e0255c0

Browse files
committed
Merge branch '1.20.1' into 1.20.2
2 parents 652802b + 762c112 commit e0255c0

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
@@ -64,7 +64,7 @@ public class RockCropBlock extends CropBlock {
6464
};
6565

6666
protected RockCropBlock(Settings settings) {
67-
super(settings);
67+
super(settings.notSolid());
6868
}
6969

7070
@Override

0 commit comments

Comments
 (0)