<?php
$page_name = "Minecraft Notes";
$menu_type = "minecraft";
$menu_name = "Minecraft Notes";
$blog_num = 78;
$page_rate = 5;
$page_tags = array();
$page_date = "March 15, 2012";
include_once("./files/head.php");

echo "<p>Just things I've noted, or needed to dig for.</p>\n";

echo "<ul>\n";
  echo "<li>Ghast fireballs do 17 damage to blocks.</li>\n";
    echo "<ul>\n";
      echo "<li>Netherrack has a strength of 2</li>\n";
      echo "<li>Gravel has a strength of 3</li>\n";
      echo "<li>Glowstone/glass has a strength of 1.5</li>\n";
      echo "<li>Stone/cobblestone/nether brick has a strength of 30</li>\n";
    echo "</ul>\n";
  echo "<li>Glowstone puts out level 15 light.  Jack-o-laterns are 15 too.  Torches are only 14.</li>\n";
  echo "<li>Light decreases by manhatten distance from the brightest source.  Ie, it wraps around corners.";
  echo "<br /><br /><img src=\"./images/minecraft/minecraft_lights_04.gif\" width=371 height=210>\n";
  echo "<img src=\"./images/minecraft/light_legend.gif\" width=120 height=210>\n";
  echo "</li>\n";
  echo "<li>Monsters spawn at light level 7 or lower.</li>\n";
  echo "<li>The moon is light level 4.</li>\n";
  echo "<li>1 log = 4 planks = 8 sticks</li>\n";
  echo "<li>A skeleton who is on fire shoots flaming arrows :(</li>\n";
  echo "<li>It takes ~900 stone (14 stacks) and 80 torches to make a 200 long x 4 wide highway with torches every 5m.</li>\n";
  echo "<div class=\"rightpic\"><img src=\"./images/minecraft/minecraft_brew_kit.jpg\" width=335 height=250></div>\n";
  echo "<li>What you need in your brew masters kit:</li>\n";
    echo "<ul>\n";
      echo "<li>Bottles</li>\n";
      echo "<li>Redstone</li>\n";
      echo "<li>Glowstone powder</li>\n";
      echo "<li>Gunpowder (makes splash potions)</li>\n";
      echo "<li>Fermented spiders eye</li>\n";
      echo "<li>Netherwart</li>\n";
      echo "<li>Magma cream</li>\n";
      echo "<li>Glistening melons</li>\n";
      echo "<li>Blaze Powder</li>\n";
      echo "<li>Spider eyes</li>\n";
      echo "<li>Ghast tears</li>\n";
      echo "<li>Sugar</li>\n";
      echo "<li>Slime balls (optional - to make magma cream)</li>\n";
      echo "<li>Brown mushrooms (to make fermented spider eyes)</li>\n";
      echo "<li>Gold nuggets (to make glistening melons)</li>\n";
      echo "<li>melon slices (to make glistening melons)</li>\n";
      echo "<li>Water source to fill bottles (not in chest btw)</li>\n";
    echo "</ul>\n";
echo "</ul>\n";

include_once("./files/close.php");

?>