aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-05 02:42:24 -0545
committermat <git@matdoes.dev>2026-03-05 02:42:24 -0545
commit009afd7975439b1d8d743af17e3cf7171a202cbc (patch)
tree8ccce9b71853f89f7c9cc4b5e6d2d1ec886dd8d3 /azalea-physics
parent6be947e79d91479ddfc7f1199a81ebbc64658fac (diff)
downloadazalea-drasl-009afd7975439b1d8d743af17e3cf7171a202cbc.tar.xz
update tests using old property names
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/tests/physics.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-physics/tests/physics.rs b/azalea-physics/tests/physics.rs
index 8359e05e..748cc7bc 100644
--- a/azalea-physics/tests/physics.rs
+++ b/azalea-physics/tests/physics.rs
@@ -440,9 +440,9 @@ fn test_afk_pool() {
.set_block_state(BlockPos { x, y, z }, b);
};
- let stone = azalea_block::blocks::Stone {}.into();
+ let stone = azalea_block::blocks::Stone.into();
let sign = azalea_block::blocks::OakSign {
- rotation: azalea_block::properties::OakSignRotation::_0,
+ rotation: azalea_block::properties::Rotation::_0,
waterlogged: false,
}
.into();