From 3d044d2dde2e348dc5c9f6a7fe44e914ef501878 Mon Sep 17 00:00:00 2001 From: Aiden Neill Date: Wed, 25 Nov 2020 10:56:55 -0700 Subject: 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 --- Server/Plugins/APIDump/APIDesc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Server/Plugins/APIDump/APIDesc.lua') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 23167dec4..663b2ec68 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -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" -- cgit v1.2.3