From b1a8b948cceab0224fac752633b678702f26519c Mon Sep 17 00:00:00 2001 From: XtremeHacker Date: Mon, 13 Mar 2017 21:11:07 -0700 Subject: [PATCH] Fix: Typo: Itemstacks --- 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)`.