ItemStacks: Fix typo in wear explanation

master
Xtreme Hacker 2017-03-14 10:04:19 -07:00 committed by rubenwardy
parent 509a4b2f8b
commit ed2c180a2f
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)`.