mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Tool aliases
This commit is contained in:
parent
658d1a7235
commit
8addbc9655
5 changed files with 89 additions and 8 deletions
|
@ -92,6 +92,8 @@
|
|||
-- minetest.register_craftitem(name, craftitem definition)
|
||||
-- minetest.register_craft(recipe)
|
||||
-- minetest.register_abm(abm definition)
|
||||
-- minetest.alias_node(name, convert_to)
|
||||
-- minetest.alias_tool(name, convert_to)
|
||||
-- minetest.register_globalstep(func(dtime))
|
||||
-- minetest.register_on_placenode(func(pos, newnode, placer))
|
||||
-- minetest.register_on_dignode(func(pos, oldnode, digger))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue