block destroyEffect (#5427)

This commit is contained in:
MEEP of Faith
2021-06-16 12:55:08 -07:00
committed by GitHub
parent 9088d9eb39
commit a74bc0c077
3 changed files with 10 additions and 3 deletions

View File

@@ -229,6 +229,8 @@ public class Block extends UnlockableContent{
public boolean instantDeconstruct = false;
/** Effect for breaking the block. Passes size as rotation. */
public Effect breakEffect = Fx.breakBlock;
/** Effect for destroying the block. */
public Effect destroyEffect = Fx.dynamicExplosion;
/** Multiplier for cost of research in tech tree. */
public float researchCostMultiplier = 1;
/** Whether this block has instant transfer.*/