From 1207c25b8fcb9ed3b9d2f5d39fed6306c58d65b7 Mon Sep 17 00:00:00 2001 From: NCrashed Date: Mon, 7 Mar 2016 03:11:22 +0300 Subject: [PATCH] Nodes, Items, and Crafting - corrected typo --- chapters/nodes_items_crafting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/nodes_items_crafting.md b/chapters/nodes_items_crafting.md index 2affe12..68fda3e 100644 --- a/chapters/nodes_items_crafting.md +++ b/chapters/nodes_items_crafting.md @@ -51,7 +51,7 @@ JPEGs are supported, but they do not support transparency and are generally bad ## Registering a Craftitem Craftitems are the simplest items in Minetest. Craftitems cannot be placed in the world. -They are used in recipes to create other items, or they can be used be the player, such as food. +They are used in recipes to create other items, or they can be used by the player, such as food. {% highlight lua %} minetest.register_craftitem("mymod:diamond_fragments", {