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