From ed2c180a2f37c8154b9d588be4201af2d1347cfc Mon Sep 17 00:00:00 2001 From: Xtreme Hacker Date: Tue, 14 Mar 2017 10:04:19 -0700 Subject: [PATCH 1/2] ItemStacks: Fix typo in wear explanation --- chapters/itemstacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)`. From f469a135e88567a094935214a8dd45906b99c782 Mon Sep 17 00:00:00 2001 From: asl97 Date: Tue, 18 Apr 2017 00:44:19 +0800 Subject: [PATCH 2/2] Fix
  • closing tag --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}