Update README.md
This commit is contained in:
parent
8116db6b40
commit
0111a93913
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
========
|
||||
|
|
Reference in a new issue