Update Boulder.java

This commit is contained in:
Patrick 'Quezler' Mounier 2020-12-02 18:01:40 +01:00 committed by GitHub
parent 435f15a450
commit 129f21e3a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ public class Boulder extends Block{
breakable = true;
alwaysReplace = true;
deconstructThreshold = 0.35;
deconstructThreshold = 0.35f;
}
@Override