move spawn +512000 blocks away both x and z axis

this prevents overriding data in mods that process worlds (Xaero's World Map, Distant Horizon, ...)
This commit is contained in:
cuqmbr 2025-08-23 19:20:50 +03:00
parent 57a576a0d1
commit 0d0613d927
Signed by: cuqmbr
GPG Key ID: 1F62396D020F375C
8 changed files with 22 additions and 19 deletions

View File

@ -4,9 +4,9 @@ holograms:
type: TEXT
location:
world: world
x: 255.5
x: 512255.5
y: 3.057499885559082
z: 262.5
z: 512262.5
yaw: -180.0
pitch: 0.0
visibility_distance: -1
@ -35,9 +35,9 @@ holograms:
type: TEXT
location:
world: world
x: 261.5
x: 512261.5
y: 2.25
z: 261.5
z: 512261.5
yaw: 135.0
pitch: 0.0
visibility_distance: 32
@ -63,9 +63,9 @@ holograms:
type: TEXT
location:
world: world
x: 249.5
x: 512249.5
y: 2.25
z: 261.5
z: 512261.5
yaw: -135.0
pitch: 0.0
visibility_distance: 32

View File

@ -6,9 +6,9 @@ npcs:
type: PLAYER
location:
world: world
x: 255.5
x: 512255.5
y: 0.9375
z: 262.5
z: 512262.5
yaw: -180.0
pitch: 0.0
showInTab: false
@ -43,9 +43,9 @@ npcs:
type: INTERACTION
location:
world: world
x: 261.5
x: 512261.5
y: 2.0
z: 261.5
z: 512261.5
yaw: -35.550262
pitch: 11.700032
showInTab: false
@ -78,9 +78,9 @@ npcs:
type: INTERACTION
location:
world: world
x: 249.5
x: 512249.5
y: 2.0
z: 261.5
z: 512261.5
yaw: -121.19934
pitch: 76.49999
showInTab: false

View File

@ -1,7 +1,7 @@
spawn:
world: world
x: 255.5
x: 512255.5
y: 1.0
z: 258.5
z: 512258.5
yaw: 0.0
pitch: 0.0

View File

@ -11,8 +11,8 @@
#
regions:
spawn:
min: {x: 206, y: 0, z: 206}
max: {x: 304, y: 32, z: 304}
min: {x: 512206, y: 0, z: 512206}
max: {x: 512304, y: 32, z: 512304}
members: {}
flags: {other-explosion: deny, lava-fire: deny, water-flow: deny, use: deny,
invincible: allow, snow-fall: deny, leaf-decay: deny, firework-damage: deny,

Binary file not shown.

BIN
src/world/poi/r.1000.1000.mca (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/world/region/r.0.0.mca (Stored with Git LFS)

Binary file not shown.

BIN
src/world/region/r.1000.1000.mca (Stored with Git LFS) Normal file

Binary file not shown.