diff options
Diffstat (limited to 'azalea-block/src/generated.rs')
| -rwxr-xr-x | azalea-block/src/generated.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 3a903b8d..97236b4b 100755 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -1,4 +1,4 @@ -use crate::{Block, BlockBehavior, BlockState, BlockStates}; +use crate::{Block, BlockBehavior, BlockState, BlockStates, Property}; use azalea_block_macros::make_block_states; use std::fmt::Debug; @@ -5380,3 +5380,4 @@ make_block_states! { }, } } + |
