mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Fixed crystals not despawning
This commit is contained in:
parent
97c3d1a250
commit
30c91050db
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ public class CrystalShardsEntity extends Entity {
|
||||||
}
|
}
|
||||||
setFireTicks(0);
|
setFireTicks(0);
|
||||||
|
|
||||||
|
if (isDecaying() && getGrowth() == 0) {
|
||||||
|
discard();
|
||||||
|
}
|
||||||
|
|
||||||
if (ticksShaking > 0) {
|
if (ticksShaking > 0) {
|
||||||
ticksShaking--;
|
ticksShaking--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue