This commit is contained in:
Anuken
2025-02-08 19:33:23 -05:00
parent ebaf88e80d
commit b96191f6d6
6 changed files with 18 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ public class Prop extends Block{
breakable = true;
alwaysReplace = true;
instantDeconstruct = true;
unitMoveBreakable = true;
breakEffect = Fx.breakProp;
breakSound = Sounds.rockBreak;
}