diff options
Diffstat (limited to 'azalea-block/src/generated.rs')
| -rwxr-xr-x | azalea-block/src/generated.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs index 76dfb2dc..18ee93fc 100755 --- a/azalea-block/src/generated.rs +++ b/azalea-block/src/generated.rs @@ -1,7 +1,9 @@ -use crate::{Block, BlockBehavior, BlockState, BlockStates, Property}; -use azalea_block_macros::make_block_states; use std::fmt::Debug; +use azalea_block_macros::make_block_states; + +use crate::{Block, BlockBehavior, BlockState, BlockStates, Property}; + make_block_states! { Properties => { "snowy" => Snowy(bool), |
