diff options
| author | mat <git@matdoes.dev> | 2025-06-03 03:48:36 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-03 03:48:36 +0500 |
| commit | abf995a70245028f9cc860ee231dc671f14adfcc (patch) | |
| tree | 3e6052c028c409e4bc7279dbd2e6bcc6bed63748 /azalea-block/src | |
| parent | 04dd6dd0a44faa760906bd60c9861a1b06a664a1 (diff) | |
| download | azalea-drasl-abf995a70245028f9cc860ee231dc671f14adfcc.tar.xz | |
replace wait_one_tick with wait_ticks and some other api improvements
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/range.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-block/src/range.rs b/azalea-block/src/range.rs index cbe77284..183c3cc0 100644 --- a/azalea-block/src/range.rs +++ b/azalea-block/src/range.rs @@ -1,6 +1,7 @@ use std::{ collections::{HashSet, hash_set}, ops::{Add, RangeInclusive}, + sync::LazyLock, }; use crate::{BlockState, block_state::BlockStateIntegerRepr}; |
