fixed doc link

This commit is contained in:
walterhiggins 2013-02-09 20:27:50 +00:00
parent 37732ccb82
commit 1a7cd9290b
2 changed files with 4 additions and 4 deletions

View file

@ -664,7 +664,7 @@ To create a wood 'north' hemisphere with a radius of 7 blocks...
hemisphere(blocks.oak, 7, 'north');
![hemisphere example](img/hemipshereex1.png)
![hemisphere example](img/hemisphereex1.png)
Drone.hemisphere0() method
=========================
@ -683,7 +683,7 @@ To create a glass 'north' hemisphere with a radius of 20 blocks...
hemisphere0(blocks.glass, 20, 'north');
![hemisphere example](img/hemipshereex2.png)
![hemisphere example](img/hemisphereex2.png)
Blocks Module
=============

View file

@ -184,7 +184,7 @@ To create a wood 'north' hemisphere with a radius of 7 blocks...
hemisphere(blocks.oak, 7, 'north');
![hemisphere example](img/hemipshereex1.png)
![hemisphere example](img/hemisphereex1.png)
***/
Drone.extend('hemisphere', function(block,radius, northSouth){
@ -255,7 +255,7 @@ To create a glass 'north' hemisphere with a radius of 20 blocks...
hemisphere0(blocks.glass, 20, 'north');
![hemisphere example](img/hemipshereex2.png)
![hemisphere example](img/hemisphereex2.png)
***/
Drone.extend('hemisphere0', function(block,radius,northSouth){