diff options
author | Michal Havlíček <80639037+havel06@users.noreply.github.com> | 2023-01-25 21:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 21:50:08 +0100 |
commit | 847884b6a803650903b871054adcde19921af8b5 (patch) | |
tree | 6a2db0672130b74ba90794423188aa727d3c718a /Server | |
parent | Allow certain blocks to be placed on top of upside-down stairs/slabs (#5468) (diff) | |
download | cuberite-847884b6a803650903b871054adcde19921af8b5.tar cuberite-847884b6a803650903b871054adcde19921af8b5.tar.gz cuberite-847884b6a803650903b871054adcde19921af8b5.tar.bz2 cuberite-847884b6a803650903b871054adcde19921af8b5.tar.lz cuberite-847884b6a803650903b871054adcde19921af8b5.tar.xz cuberite-847884b6a803650903b871054adcde19921af8b5.tar.zst cuberite-847884b6a803650903b871054adcde19921af8b5.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index f920a8f5b..a5f967915 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -17949,6 +17949,10 @@ end { Notes = "A TNT explosion. The SourceData param is the {{cTNTEntity|TNT entity}} object.", }, + esTNTMinecart = + { + Notes = "A TNT minecart explosion. The SourceData param is the {{cMinecartWithTNT|Minecart with TNT entity}} object.", + }, esWitherBirth = { Notes = "An explosion at a wither's birth. The SourceData param is the {{cMonster|wither entity}} object.", |