1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-19 09:34:07 +02:00

Fixed rocks popping off of farmland

This commit is contained in:
Sollace 2024-10-15 11:25:51 +01:00
parent bc40970616
commit ae4a09ad28
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

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