From 353f9fd43c94b6d046c077ccfa25320dfe93cfe6 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 2 Jun 2012 12:19:44 +0300 Subject: minetest.get_craft_result --- doc/lua_api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 70ba82dc7..22c1824c0 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -751,6 +751,14 @@ minetest.dir_to_wallmounted(dir) minetest.get_node_drops(nodename, toolname) ^ Returns list of item names. ^ Note: This will be removed or modified in a future version. +minetest.get_craft_result(input) -> output, decremented_input +^ input.method = 'normal' or 'cooking' or 'fuel' +^ input.width = for example 3 +^ input.items = for example { stack 1, stack 2, stack 3, stack 4, + stack 5, stack 6, stack 7, stack 8, stack 9 } +^ output.item = ItemStack, if unsuccessful: empty ItemStack +^ output.time = number, if unsuccessful: 0 +^ decremented_input = like input Defaults for the on_* item definition functions: (These return the leftover itemstack) -- cgit v1.2.3