diff options
| author | mat <github@matdoes.dev> | 2022-05-28 21:38:30 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-28 21:38:30 -0500 |
| commit | e832c84eb8196744c3c48a4412c808d38c917a80 (patch) | |
| tree | 4f19376588978b53db278b66d21b2d6786467847 /azalea-block/src | |
| parent | 9c1c2862361a4863cfd0af36c80705fb6213c3a4 (diff) | |
| download | azalea-drasl-e832c84eb8196744c3c48a4412c808d38c917a80.tar.xz | |
fixed macro for blocks with no properties
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/blocks.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/azalea-block/src/blocks.rs b/azalea-block/src/blocks.rs index 8a4a150b..a5f6283d 100644 --- a/azalea-block/src/blocks.rs +++ b/azalea-block/src/blocks.rs @@ -43,11 +43,6 @@ make_block_states! { Powered=True }, acacia_door => BlockBehavior::default(), { - Facing=North, - Half=Upper, - Hinge=Left, - Open=True, - Powered=True }, } } @@ -168,3 +163,4 @@ make_block_states! { // assert_eq!(block.id(), "acacia_button"); // } // } +// } |
