Nodes, Items, and Crafting - corrected typo
This commit is contained in:
parent
eac274e070
commit
1207c25b8f
@ -51,7 +51,7 @@ JPEGs are supported, but they do not support transparency and are generally bad
|
|||||||
## Registering a Craftitem
|
## Registering a Craftitem
|
||||||
|
|
||||||
Craftitems are the simplest items in Minetest. Craftitems cannot be placed in the world.
|
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 %}
|
{% highlight lua %}
|
||||||
minetest.register_craftitem("mymod:diamond_fragments", {
|
minetest.register_craftitem("mymod:diamond_fragments", {
|
||||||
|
Loading…
Reference in New Issue
Block a user