Prop cleanup / Optimization of large skybox PNG

This commit is contained in:
Anuken
2021-07-05 21:18:40 -04:00
parent 544660c4bb
commit 481881aa8b
7 changed files with 0 additions and 2 deletions

View File

@@ -12,8 +12,6 @@ public class Prop extends Block{
breakable = true;
alwaysReplace = true;
instantDeconstruct = true;
deconstructThreshold = 0.35f;
breakEffect = Fx.breakProp;
}