mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-28 14:15:18 +01:00
Removing changes of commit 70b50ab
This commit is contained in:
@@ -1816,14 +1816,6 @@ Call these functions only at load time!
|
||||
* `minetest.register_craftitem(name, item definition)`
|
||||
* `minetest.register_alias(name, convert_to)`
|
||||
* `minetest.register_craft(recipe)`
|
||||
* Check recipe table syntax for different types below.
|
||||
* `minetest.clear_craft(recipe)`
|
||||
* Will erase existing craft based either on output item or on input recipe.
|
||||
* Use a same recipe table syntax as for `minetest.register_craft(recipe)`,
|
||||
but specify either output or input only. If you specify both, input will be ignored.
|
||||
* If there is no erase candidate founded, Lua exception will be thrown.
|
||||
* Warning! Type field ("shaped","cooking" or any other) will be ignored if recipe
|
||||
contain output. Will be erased all possible crafting recipe independent from crafting method.
|
||||
* `minetest.register_ore(ore definition)`
|
||||
* `minetest.register_decoration(decoration definition)`
|
||||
* `minetest.override_item(name, redefinition)`
|
||||
|
||||
Reference in New Issue
Block a user