Merge branch 'gh-pages' of github.com:rubenwardy/minetest_modding_book into gh-pages
This commit is contained in:
commit
99ec70484f
@ -21,8 +21,8 @@
|
||||
{% assign hr = false %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<li><a href="https://github.com/rubenwardy/minetest_modding_book/archive/examples.zip">Download Examples</a><li>
|
||||
<li><a id="printable">Printable Version</a><li>
|
||||
<li><a href="https://github.com/rubenwardy/minetest_modding_book/archive/examples.zip">Download Examples</a></li>
|
||||
<li><a id="printable">Printable Version</a></li>
|
||||
</ul>
|
||||
<div id="page">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
@ -94,8 +94,8 @@ print("Took " .. taken:get_count() .. " items")
|
||||
|
||||
## Wear
|
||||
|
||||
ItemStacks also have wear on them. Wear is a number out of 65535, the higher is
|
||||
more warn.
|
||||
ItemStacks also have wear on them. Wear is a number out of 65535, the higher it is,
|
||||
the more wear.
|
||||
|
||||
You use `add_wear()`, `get_wear()` and `set_wear(wear)`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user