diff --git a/_includes/header.html b/_includes/header.html index 7e2aaba..c41237e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,8 +21,8 @@ {% assign hr = false %} {% endif %} {% endfor %} -
  • Download Examples
  • -
  • Printable Version
  • +
  • Download Examples
  • +
  • Printable Version
  • {{ page.title }}

    diff --git a/chapters/itemstacks.md b/chapters/itemstacks.md index d42c745..8620769 100644 --- a/chapters/itemstacks.md +++ b/chapters/itemstacks.md @@ -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)`.