From 3936c2ebe9f40fba42bda3fb819d30c67b217042 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 23 Sep 2018 13:30:00 +0100 Subject: [PATCH] Nodes, Items, and Crafting: Clarify a good way to remember --- _en/items/nodes_items_crafting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_en/items/nodes_items_crafting.md b/_en/items/nodes_items_crafting.md index 8fd23b4..10b5ee2 100644 --- a/_en/items/nodes_items_crafting.md +++ b/_en/items/nodes_items_crafting.md @@ -77,8 +77,8 @@ There are two main common uses of this: * Adding a shortcut. `/giveme dirt` is easier than `/giveme default:dirt`. Registering an alias is pretty simple. -A good way to remember is `from → to` where *from* is the alias and *to* -is the target. +A good way to remember the order of the arguments is `from → to` where +*from* is the alias and *to* is the target. ```lua minetest.register_alias("dirt", "default:dirt")