1
0
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:
Foghrye4
2016-04-25 19:12:38 +03:00
parent 70b50ab730
commit 15e75e3439
1556 changed files with 182959 additions and 316 deletions

View File

@@ -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)`