Nodes Items Crafting: Typo

This commit is contained in:
rubenwardy 2014-12-12 20:25:26 +00:00
parent 657b796e55
commit 0b0c52865c

View File

@ -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 %}