mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fixed forest generator.
This commit is contained in:
parent
097ed73096
commit
dc8ea535d6
@ -1893,7 +1893,7 @@ public class EditSession {
|
||||
if (pineTree) {
|
||||
makePineTree(new Vector(x, y + 1, z));
|
||||
} else {
|
||||
world.generateBigTree(this, new Vector(x, y + 1, z));
|
||||
world.generateBigTree(this, new Vector(x, y, z));
|
||||
}
|
||||
affected++;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user