Merge branch '1.20.1' into 1.20.2

This commit is contained in:
Sollace 2024-10-15 11:27:44 +01:00
commit e0255c0e9b
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -64,7 +64,7 @@ public class RockCropBlock extends CropBlock {
};
protected RockCropBlock(Settings settings) {
super(settings);
super(settings.notSolid());
}
@Override