mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Re-implemented /forestgen in Java. This version does not replace existing blocks. Undo system fixed.
This commit is contained in:
@ -413,7 +413,7 @@ public class Vector {
|
||||
*
|
||||
* @return BlockVector
|
||||
*/
|
||||
public BlockVector toBlockPoint() {
|
||||
public BlockVector toBlockVector() {
|
||||
return new BlockVector(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user