From 68896c3b972c1ecc7b55f96a6d30c4c0c3d6e00f Mon Sep 17 00:00:00 2001 From: Thiago Belem Date: Sat, 4 Apr 2015 19:46:13 -0300 Subject: [PATCH] Add tutorials --- static/browse/ender_storage/ender_chest/item.cg | 13 +++++++++++++ static/browse/ender_storage/ender_pouch/item.cg | 11 +++++++++++ static/browse/ender_storage/ender_tank/item.cg | 15 +++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 static/browse/ender_storage/ender_chest/item.cg create mode 100644 static/browse/ender_storage/ender_pouch/item.cg create mode 100644 static/browse/ender_storage/ender_tank/item.cg diff --git a/static/browse/ender_storage/ender_chest/item.cg b/static/browse/ender_storage/ender_chest/item.cg new file mode 100644 index 000000000..3de3f48ca --- /dev/null +++ b/static/browse/ender_storage/ender_chest/item.cg @@ -0,0 +1,13 @@ +schema: 1 + +description: <<-END +The Ender Chest is a storage block from EnderStorage which predates the vanilla Ender Chest. + +Each chest has three wool pads on top that can be manipulated by right-clicking them with a dye. + +All Ender Chests with the same 3-color code will access a shared inventory, no matter what dimension they are placed in. For example, a red-orange-yellow Ender Chest shares its inventory with all other red-orange-yellow Ender Chests, but cannot be accessed at a red-yellow-orange Ender Chest. + +With the 16 different colored dyes of Minecraft, there are **4,096 possible 3-color codes**. + +An [Ender Pouch] can be used to access the inventory of an Ender Chest from the player's hotbar wherever they are. +END diff --git a/static/browse/ender_storage/ender_pouch/item.cg b/static/browse/ender_storage/ender_pouch/item.cg new file mode 100644 index 000000000..d1a4beb43 --- /dev/null +++ b/static/browse/ender_storage/ender_pouch/item.cg @@ -0,0 +1,11 @@ +schema: 1 + +description: <<-END +The Ender Pouch is a craftable item offering remote access to any [Ender Chest](/browse/ender_storage/ender_chest) via right-clicking while holding the pouch. + +The Ender Pouch may be initially crafted with the desired color of [wool](/browse/minecraft/wool); shift-right clicking on an Ender Chest with an Ender Pouch will synchronize the color code of the pouch to match the color code of the chest, replacing the previous color code of the pouch. + +When the ender-pouch's GUI is open, it is still possible to move it in your inventory, including moving it into the ender-pouch. Unlike bag-like things from other mods, it is then possible to retrieve it and its contents, by using an ender-chest or another ender-pouch with the same code. + +As with the Ender Chest, the Ender Pouch allows unrestricted access to the contents of the pouch/chest to any player in an SMP environment with the same colour code on their pouch / chest, unless it has been synchronized with a diamond-locked ender chest. This can make it useful for sharing resources with friends, but also allows other players to take your resources without consent. +END diff --git a/static/browse/ender_storage/ender_tank/item.cg b/static/browse/ender_storage/ender_tank/item.cg new file mode 100644 index 000000000..e60fe24a5 --- /dev/null +++ b/static/browse/ender_storage/ender_tank/item.cg @@ -0,0 +1,15 @@ +schema: 1 + +description: <<-END +The Ender Tank offers stationary storage for up to 16 buckets of a single liquid. Like the [Ender Chest](/browse/ender_storage/ender_chest), it has three wool pads on top which can be manipulated by right-clicking each one with a dye. + +Tanks with matching colors will share liquids between them, even across dimensions. Additionally, right-clicking the dial with a diamond will set that tank to a 'private' network for that player, change the dial to a diamond color, and show your username in the tooltip. + +A private Ender Tank will not share any liquids with any public tank, or any private tank from another user, even if the colored pads match. + +Note that while using an Ender Tank with no diamond without additional security plugins or mods, there is nothing stopping someone else on a server from copying your tank's colors and taking your liquid. + +If you don't have diamonds to spare, the best thing to do would be to pick an obscure combination of colors and hide it out of sight, so nobody can see the colors. + +With three pads there are **4096 different possible combinations** of the 16 dyes, making it very unlikely - but still possible - for someone to randomly guess the right colors. +END