From 85178ee58673422f7f8ed4721b81a76074e40933 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Fri, 31 Jul 2015 17:25:35 -0700 Subject: [PATCH] Update item.cg --- data/minecraft/items/chest/item.cg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/minecraft/items/chest/item.cg b/data/minecraft/items/chest/item.cg index f3dcd383..7fb7509a 100644 --- a/data/minecraft/items/chest/item.cg +++ b/data/minecraft/items/chest/item.cg @@ -1,5 +1,8 @@ schema: 1 -description: A single chest can store up to 27 stacks of items or blocks. It can hold up to 1728 blocks. - - +description: <<-END +A chest is a block which can hold other items. A single chest placed by itself can hold 27 stacks. When two chests are placed +side-by-side, they merge into a double chest capable of holding 54 stacks. When broken, a chest will drop all the items it +contains. Because of this, it is impossible to move a chest with its items intact in vanilla Minecraft. However, the [[Dolly]] +from JABBA is able to pick up a chest with all the items intact and place it back down again somewhere else. +END