diff options
author | Aiden Neill <aidenneill@gmail.com> | 2020-11-25 18:56:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 18:56:55 +0100 |
commit | 3d044d2dde2e348dc5c9f6a7fe44e914ef501878 (patch) | |
tree | 7f3ed1fa8aaccc27044bd8bc1a2a7cbfe87dbd49 /Server/Plugins/APIDump/APIDesc.lua | |
parent | Adding new monster types to enum and saving/loading for easier future implementation (#4941) (diff) | |
download | cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar.gz cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar.bz2 cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar.lz cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar.xz cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.tar.zst cuberite-3d044d2dde2e348dc5c9f6a7fe44e914ef501878.zip |
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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" |