diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:19:24 +0200 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2015-08-13 10:19:24 +0200 |
commit | 24e8edb19cc376223d4300c2ee3a92bea9d86c04 (patch) | |
tree | 462e41b1a76eb51f442cac3785adeb38afaef115 /MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua | |
parent | Merge pull request #2417 from mjhanninen/fix-clang-warnings (diff) | |
download | cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar.gz cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar.bz2 cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar.lz cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar.xz cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.tar.zst cuberite-24e8edb19cc376223d4300c2ee3a92bea9d86c04.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/Hooks/OnPostCrafting.lua')
-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}} |