mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
clear_craft: Return false if recipe not found, don't throw error (#7804)
This commit is contained in:
parent
ff35bffe18
commit
622e2235ee
2 changed files with 17 additions and 9 deletions
|
@ -3555,7 +3555,7 @@ Call these functions only at load time!
|
|||
ignored. For input use the same recipe table syntax as for
|
||||
`minetest.register_craft(recipe)`. For output specify only the item,
|
||||
without a quantity.
|
||||
* If no erase candidate could be found, Lua exception will be thrown.
|
||||
* Returns false if no erase candidate could be found, otherwise returns true.
|
||||
* **Warning**! The type field ("shaped", "cooking" or any other) will be
|
||||
ignored if the recipe contains output. Erasing is then done independently
|
||||
from the crafting method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue