Nodes, Items, and Crafting: Clarify a good way to remember
This commit is contained in:
parent
c20f6d200c
commit
3936c2ebe9
@ -77,8 +77,8 @@ There are two main common uses of this:
|
|||||||
* Adding a shortcut. `/giveme dirt` is easier than `/giveme default:dirt`.
|
* Adding a shortcut. `/giveme dirt` is easier than `/giveme default:dirt`.
|
||||||
|
|
||||||
Registering an alias is pretty simple.
|
Registering an alias is pretty simple.
|
||||||
A good way to remember is `from → to` where *from* is the alias and *to*
|
A good way to remember the order of the arguments is `from → to` where
|
||||||
is the target.
|
*from* is the alias and *to* is the target.
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
minetest.register_alias("dirt", "default:dirt")
|
minetest.register_alias("dirt", "default:dirt")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user