mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Direction/chance for bo3
This commit is contained in:
parent
465f7f4504
commit
88ad051637
@ -25,7 +25,7 @@ public class BO3 {
|
|||||||
public void addChild(BO3 child) {
|
public void addChild(BO3 child) {
|
||||||
ChunkLoc childloc = child.getLoc();
|
ChunkLoc childloc = child.getLoc();
|
||||||
this.children.append("Branch(").append(childloc.x - this.chunk.x).append(",0,").append(childloc.z - this.chunk.z).append(',')
|
this.children.append("Branch(").append(childloc.x - this.chunk.x).append(",0,").append(childloc.z - this.chunk.z).append(',')
|
||||||
.append(this.name).append('_').append(childloc.x).append('_').append(childloc.z).append(")\n");
|
.append(this.name).append('_').append(childloc.x).append('_').append(childloc.z).append(",NORTH,100)\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChunkLoc getLoc() {
|
public ChunkLoc getLoc() {
|
||||||
|
Loading…
Reference in New Issue
Block a user