Fix: Typo: Itemstacks

gh-pages
XtremeHacker 2017-03-13 21:11:07 -07:00
parent 509a4b2f8b
commit b1a8b948cc
1 changed files with 2 additions and 2 deletions

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