diff options
Diffstat (limited to 'azalea-physics/src/lib.rs')
| -rw-r--r-- | azalea-physics/src/lib.rs | 2 |
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" |
