aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/lib.rs
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-09-02 20:50:41 +0000
committerUbuntu <github@matdoes.dev>2022-09-02 20:50:41 +0000
commit2557d70576764c32773153d33eeaa31f34b16b15 (patch)
treed6514e721be7ba260ead72127f11ca11e629600a /azalea-physics/src/lib.rs
parent1dec4f5664c08a9571c0fdbdb81088f1fde821db (diff)
downloadazalea-drasl-2557d70576764c32773153d33eeaa31f34b16b15.tar.xz
collision test passes???
Diffstat (limited to 'azalea-physics/src/lib.rs')
-rw-r--r--azalea-physics/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs
index 7202a3b8..8f9c256e 100644
--- a/azalea-physics/src/lib.rs
+++ b/azalea-physics/src/lib.rs
@@ -191,7 +191,7 @@ mod tests {
),
);
let old_block_state =
- dim.set_block_state(&BlockPos { x: 0, y: 70, z: 0 }, BlockState::Stone);
+ dim.set_block_state(&BlockPos { x: 0, y: 69, z: 0 }, BlockState::Stone);
assert!(
old_block_state.is_some(),
"Old block state should exist, if this fails that means the chunk wasn't loaded and the block didn't get placed"