Nodes, Items, and Crafting - corrected typo

gh-pages
NCrashed 2016-03-07 03:11:22 +03:00
parent eac274e070
commit 1207c25b8f
1 changed files with 1 additions and 1 deletions

View File

@ -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", {