diff options
| author | mat <github@matdoes.dev> | 2022-05-14 15:02:13 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-14 15:02:13 -0500 |
| commit | e58c9390a717517db0bf4366c55a3802c832b144 (patch) | |
| tree | a55bdc2d8fe40786ce475cc6c124134b419f3aa6 /azalea-core/src/difficulty.rs | |
| parent | 6d2fd8afbad44bbe88f701e1d67cc2f251246c07 (diff) | |
| download | azalea-drasl-e58c9390a717517db0bf4366c55a3802c832b144.tar.xz | |
get_block_state works
Diffstat (limited to 'azalea-core/src/difficulty.rs')
| -rwxr-xr-x | azalea-core/src/difficulty.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-core/src/difficulty.rs b/azalea-core/src/difficulty.rs index 21e980ba..5d869325 100755 --- a/azalea-core/src/difficulty.rs +++ b/azalea-core/src/difficulty.rs @@ -83,7 +83,6 @@ mod tests { assert_eq!(1, Difficulty::EASY.id()); assert_eq!(2, Difficulty::NORMAL.id()); assert_eq!(3, Difficulty::HARD.id()); - assert_eq!(4, Difficulty::PEACEFUL.id()); } #[test] |
