1
0

Added magma block contact damage (#5055)

* Added magma block contact damage
* Fireproof entities do not take damage from magma
* Fire resistance prevents magma damage
* No magma damage when hovering over magma block
This commit is contained in:
Aiden Neill
2020-11-25 10:56:55 -07:00
committed by GitHub
parent e35519ec8a
commit 3d044d2dde
6 changed files with 66 additions and 4 deletions

View File

@@ -14452,6 +14452,14 @@ end
{
Notes = "Damage from contact with a cactus block"
},
dtMagmaContact =
{
Notes = "Damage from contact with a magma block"
},
dtMagma =
{
Notes = "Damage from contact with a magma block"
},
dtDrown =
{
Notes = "Damage received by drowning in water / lava"