diff --git a/assets/world/structure/dungeon/ruins_maze.vox b/assets/world/structure/dungeon/ruins_maze.vox index fe7a9203ac..8d217b8b37 100644 --- a/assets/world/structure/dungeon/ruins_maze.vox +++ b/assets/world/structure/dungeon/ruins_maze.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31c169a0c575f086de75dc357a4126ea3cf710a8f02a3655905826125a05e187 -size 1548480 +oid sha256:6b36a0b173af8711f60fcbcba05bee1acf49973e4139f818d36486a50675b60f +size 1571100 diff --git a/world/src/column/mod.rs b/world/src/column/mod.rs index 021a422d87..36b9416d92 100644 --- a/world/src/column/mod.rs +++ b/world/src/column/mod.rs @@ -43,12 +43,12 @@ lazy_static! { assets::load_map( "world.structure.dungeon.meso_sewer_temple", |s: Structure| s - .with_center(Vec3::new(66, 56, 60)) + .with_center(Vec3::new(63, 62, 60)) .with_default_kind(BlockKind::Dense) ) .unwrap(), assets::load_map("world.structure.dungeon.ruins_maze", |s: Structure| s - .with_center(Vec3::new(56, 62, 116)) + .with_center(Vec3::new(60, 60, 116)) .with_default_kind(BlockKind::Dense)) .unwrap(), ];