diff options
Diffstat (limited to 'azalea-block/src/generated.rs')
| -rw-r--r-- | azalea-block/src/generated.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 85a911c1..62b580d7 100644 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -3,6 +3,7 @@ use std::{fmt::Debug, str::FromStr}; use azalea_block_macros::make_block_states; +use azalea_registry::{Registry, builtin::BlockKind}; use crate::{ BlockBehavior, BlockState, BlockStates, BlockTrait, InvalidPropertyError, Property, |
