Re-implemented /forestgen in Java. This version does not replace existing blocks. Undo system fixed.

This commit is contained in:
sk89q
2010-10-12 22:38:05 -07:00
parent 4715a733c9
commit bd9a90f01d
3 changed files with 149 additions and 7 deletions

View File

@ -413,7 +413,7 @@ public class Vector {
*
* @return BlockVector
*/
public BlockVector toBlockPoint() {
public BlockVector toBlockVector() {
return new BlockVector(this);
}
}