diff options
| author | mat <git@matdoes.dev> | 2023-12-09 21:45:36 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-09 21:45:36 -0600 |
| commit | f15f0325c0a9d62f10ea22b891ab7134391b04fb (patch) | |
| tree | 5ac131e9841378a3d8afd1cefa7a2861f7c9bd46 /azalea-block/src/generated.rs | |
| parent | 10ee7e147dc56e12e61ac3bd962abe85ddf25934 (diff) | |
| download | azalea-drasl-f15f0325c0a9d62f10ea22b891ab7134391b04fb.tar.xz | |
add BlockState::property
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! { }, } } + |
