Merge branch 'gh-pages' of github.com:rubenwardy/minetest_modding_book into gh-pages

master
rubenwardy 2017-04-23 19:53:58 +01:00
commit 99ec70484f
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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)`.