Merge pull request #27 from NCrashed/gh-pages
Nodes, Items, and Crafting - corrected typo
This commit is contained in:
commit
6083017da8
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user