diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:35:27 +0200 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:35:27 +0200 |
commit | 8438cc0611d42aa896c055aa0abfb08528fb789d (patch) | |
tree | 462e41b1a76eb51f442cac3785adeb38afaef115 /MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua | |
parent | Merge pull request #2417 from mjhanninen/fix-clang-warnings (diff) | |
parent | Fixed a few missing MCServers in APIDump (diff) | |
download | cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.gz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.bz2 cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.lz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.xz cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.tar.zst cuberite-8438cc0611d42aa896c055aa0abfb08528fb789d.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua b/MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua index 26a450750..0dc9d4c73 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua @@ -6,7 +6,7 @@ return DefaultFnName = "OnPostCrafting", -- also used as pagename Desc = [[ This hook is called when a {{cPlayer|player}} changes contents of their - {{cCraftingGrid|crafting grid}}, after the recipe has been established by MCServer. Plugins may use + {{cCraftingGrid|crafting grid}}, after the recipe has been established by Cuberite. Plugins may use this to modify the resulting recipe or provide an alternate recipe.</p> <p> If a plugin implements custom recipes, it should do so using the {{OnPreCrafting|HOOK_PRE_CRAFTING}} |