From 0111a93913cbfc7a478eb2a555746c1fbf8ae9b2 Mon Sep 17 00:00:00 2001 From: Walter Higgins Date: Thu, 27 Dec 2012 13:40:27 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1e3c0e..ea9ea9e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,10 @@ Take a look over the cottage.js file to see how the Drone module can be used to /js load("./cottage"); // path may vary on your machine /js d = new Drone(); for (i=0; i < 20;i++){ cottage(d).right(10);} -The above code loads the example blueprint for a cottage and uses a `for` loop to create multiple cottages from the blueprint. +The above code loads the example blueprint for a cottage and uses a `for` loop to create multiple cottages +from the blueprint. Keep a Minecraft Block reference handy - there's one here ... + +http://www.minecraftinfo.com/idlist.htm Griefing ========