diff --git a/chapters/nodes_items_crafting.md b/chapters/nodes_items_crafting.md index 9e6f031..df63791 100644 --- a/chapters/nodes_items_crafting.md +++ b/chapters/nodes_items_crafting.md @@ -52,7 +52,7 @@ JPEGs are supported, but they do not support transparency and are generally bad Registering a Craftitem ----------------------- -Craftitems are the simplist item in Minetest. Craftitems cannot be placed in the world. +Craftitems are the simplest item 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. {% highlight lua %}