Skip to content

Commit

Permalink
Fixed documentation for set_block_at()
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Nov 6, 2012
1 parent d6aae82 commit 84d20e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public Integer[] numArgs() {
}

public String docs() {
return "void {x, y, z, id, [world] | xyzArray, id, [world]} Sets the id of the block at the x y z coordinates specified. If the"
return "void {x, y, z, id, [world] | locationArray, id} Sets the id of the block at the x y z coordinates specified. If the"
+ " first argument passed is an array, it should be x y z coordinates. id must"
+ " be a blocktype identifier similar to the type returned from get_block_at, except if the meta"
+ " value is not specified, 0 is used. If world isn't specified, the current player's world"
Expand Down

0 comments on commit 84d20e5

Please sign in to comment.