From 24aad0dc45eac2c9b575ad1e05dea91bb4f6128e Mon Sep 17 00:00:00 2001 From: STRWarrior Date: Sun, 8 Mar 2015 13:35:43 +0100 Subject: [PATCH] APIDump: Gave shrapnellevel it's own constantgroup --- MCServer/Plugins/APIDump/APIDesc.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 12902c5fa..c4e54fa79 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -3095,6 +3095,13 @@ end They are used in the {{OnBlockSpread|HOOK_BLOCK_SPREAD}} hook. ]], } + ShrapnelLevel = + { + Include = "^sl.*", + TextBefore = [[ + The following constants define the block types that are propelled outwards after an explosion. + ]], + } }, }, -- Globals },