diff options
author | madmaxoft <github@xoft.cz> | 2013-10-14 16:04:43 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-14 16:04:43 +0200 |
commit | ca285563d95d34ab8c9c57b9de948216c073d6c2 (patch) | |
tree | b94300a5e3eb362fab350fe0387de9e229e4af2f /MCServer/Plugins | |
parent | APIDump: Documented HOOK_CRAFTING_NO_RECIPE. (diff) | |
download | cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar.gz cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar.bz2 cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar.lz cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar.xz cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.tar.zst cuberite-ca285563d95d34ab8c9c57b9de948216c073d6c2.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index adc3a9835..35d50a861 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -546,7 +546,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Desc = [[ This class is used to represent a crafting recipe, either a built-in one, or one created dynamically in a plugin. It is used only as a parameter for {{OnCraftingNoRecipe|OnCraftingNoRecipe}}, {{OnPostCrafting|OnPostCrafting}} and {{OnPreCrafting|OnPreCrafting}} hooks. Plugins may use it to inspect or modify a crafting recipe that a player views in their crafting window, either at a crafting table or the survival inventory screen. </p> - <p>Internally, the class contains a {{cItem|cItem}} for the result. + <p>Internally, the class contains a {{cCraftingGrid}} for the ingredients and a {{cItem}} for the result. ]], Functions = { |