mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-01 05:58:00 +01:00
Add Soul fire to PFBlockDescription
This commit is contained in:
parent
f5244a6375
commit
2e6b53b2fc
@ -128,6 +128,6 @@ public class PFBlockDescription implements IBlockDescription {
|
||||
|
||||
@Override
|
||||
public boolean isIncinerating() {
|
||||
return block == Block.LAVA || block == Block.FIRE;
|
||||
return block == Block.LAVA || block == Block.FIRE || block == Block.SOUL_FIRE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user