<?php
$page_name = "Minecraft Storage Rooms";
$menu_type = "minecraft";
$menu_name = "MC Storage Rooms";
$blog_num = 96;
$page_rate = 7;
$page_tags = array("");
$page_date = "December 10, 2012";
include_once("./files/head.php");

echo "<p>I realized that my storage rooms were growing to incredible size to try and fit everything, and that it was getting so big as to be a pain in the ass to build.  So I re-did it from the ground up and here is what I came up with.  The colors are left over from previous rooms and don't mean anything.</p>\n";
echo "<p>The new storage room is 36x23, or 36x20 if you shrink the main hall and remove the end blocks.</p>\n";
echo "<p>The chests containing multiple items are capitalized and the list of what is inside is listed beside the diagram of the room.  1-9 are the columns of the chest.</p>\n";

echo "<br />\n";
echo "<img src=\"./images/minecraft/mc_storage_4.gif\" width=578 height=370 />\n";
echo "<p>8 rooms, mentally I've labelled them Dirt, Mining, Stone, Plants, Redstone, Items, Wool, and Explosives.</p>\n";

echo "<h4>Dirt (pink)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4a.gif\" width=221 height=281 />\n";
echo "<p>Dirt, grass, sand, gravel, and other top of the world coverings and their by-products.</p>\n";

echo "<h4>Ores (magenta)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4b.gif\" width=379 height=281 />\n";
echo "<p>Stuff you mine that has value (in theory).  Clay blocks and bricks are in here too.  Raw ores (mined via silk touch) are stored in 1 crate.</p>\n";

echo "<h4>Stone (purple)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4c.gif\" width=536 height=281 />\n";
echo "<p>Stone, stone by-products, and nether stuff.  m cobble = mossy cobble.</p>\n";

echo "<h4>Plants (orange)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4d.gif\" width=693 height=281 />\n";
echo "<p>Plant stuff and house stuff like ender chests and furnaces.</p>\n";

echo "<h4>Redstone (cyan)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4e.gif\" width=536 height=281 />\n";
echo "<p>Redstone stuff, rails, and torches.</p>\n";

echo "<h4>Items (dark green)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4f.gif\" width=536 height=281 />\n";
echo "<p>Items.  Why so many chests? Because enchanting eats up tools.</p>\n";

echo "<h4>Wool (lime)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4g.gif\" width=536 height=281 />\n";
echo "<p>Wool, and dyes.  And mob drops.</p>\n";

echo "<h4>Explosives (red)</h4>\n";
echo "<img src=\"./images/minecraft/mc_storage_4h.gif\" width=221 height=281 />\n";
echo "<p>Explosives, which I don't really ever use.</p>\n";

echo "<br />\n";
echo "<br />\n";
echo "<p>All in all, I think this system is a nice balance of simplicity and size and functionality.</p>\n";

include_once("./files/close.php");

?>