forked from SteamWar/SteamWar
Update yOffset to WS175PlotRegion and WS230PlotRegion
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ public class WS175PlotRegion extends DynamicRegion {
|
|||||||
Tile tile = Tile.fromXZ(minX, minZ).orElseThrow();
|
Tile tile = Tile.fromXZ(minX, minZ).orElseThrow();
|
||||||
area = new AreaTile(tile, TILE_X, TILE_Z, this, REGION);
|
area = new AreaTile(tile, TILE_X, TILE_Z, this, REGION);
|
||||||
|
|
||||||
Pair<AreaBlock, AreaBlock> pair = AreaBlock.create(this, 36, new Point(175, 58, 39), new Point(12, 0, 8), new Point(12, 0, 8), AreaBlock.CopyLocation.SIDE, 132);
|
Pair<AreaBlock, AreaBlock> pair = AreaBlock.create(this, 25, new Point(175, 58, 39), new Point(12, 0, 8), new Point(12, 0, 8), AreaBlock.CopyLocation.SIDE, 132);
|
||||||
northArea = pair.getKey();
|
northArea = pair.getKey();
|
||||||
southArea = pair.getValue();
|
southArea = pair.getValue();
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -63,7 +63,7 @@ public class WS230PlotRegion extends DynamicRegion {
|
|||||||
Tile tile = Tile.fromXZ(minX, minZ).orElseThrow();
|
Tile tile = Tile.fromXZ(minX, minZ).orElseThrow();
|
||||||
area = new AreaTile(tile, TILE_X, TILE_Z, this, REGION);
|
area = new AreaTile(tile, TILE_X, TILE_Z, this, REGION);
|
||||||
|
|
||||||
Pair<AreaBlock, AreaBlock> pair = AreaBlock.create(this, 36, new Point(230, 58, 43), new Point(12, 0, 8), new Point(12, 0, 8), AreaBlock.CopyLocation.SIDE, 136);
|
Pair<AreaBlock, AreaBlock> pair = AreaBlock.create(this, 25, new Point(230, 58, 43), new Point(12, 0, 8), new Point(12, 0, 8), AreaBlock.CopyLocation.SIDE, 136);
|
||||||
northArea = pair.getKey();
|
northArea = pair.getKey();
|
||||||
southArea = pair.getValue();
|
southArea = pair.getValue();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user