Skip to content

Commit

Permalink
Fixed rocks popping off of farmland. Fixes #493
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Oct 15, 2024
1 parent 36eb042 commit 762c112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class RockCropBlock extends CropBlock {
};

protected RockCropBlock(Settings settings) {
super(settings);
super(settings.notSolid());
}

@Override
Expand Down

0 comments on commit 762c112

Please sign in to comment.