mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix bug when craft input isn't replaced
This commit is contained in:
parent
0b76e85a71
commit
17ba584fe2
7 changed files with 128 additions and 59 deletions
|
@ -2077,6 +2077,8 @@ and `minetest.auth_reload` call the authetification handler.
|
|||
`{ stack1, stack2, stack3, stack4, stack 5, stack 6, stack 7, stack 8, stack 9 }`
|
||||
* `output.item` = `ItemStack`, if unsuccessful: empty `ItemStack`
|
||||
* `output.time` = a number, if unsuccessful: `0`
|
||||
* `output.replacements` = list of `ItemStack`s that couldn't be placed in
|
||||
`decremented_input.items`
|
||||
* `decremented_input` = like `input`
|
||||
* `minetest.get_craft_recipe(output)`: returns input
|
||||
* returns last registered recipe for output item (node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue