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

View File

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