aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/generated.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-block/src/generated.rs')
-rwxr-xr-xazalea-block/src/generated.rs6
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),