diff options
| author | mat <github@matdoes.dev> | 2022-06-10 15:17:13 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-10 15:17:13 -0500 |
| commit | 8c5d7407fe9a7f23e19b3ecf02c4cb7848fb4d29 (patch) | |
| tree | 05a1e6e3cb4510d1e12b0b70de27b2c4e1786f52 /azalea-block/src | |
| parent | ab0796119b39b785da8cff4c09904511de16bf72 (diff) | |
| download | azalea-drasl-8c5d7407fe9a7f23e19b3ecf02c4cb7848fb4d29.tar.xz | |
fix Facing property
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/blocks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-block/src/blocks.rs b/azalea-block/src/blocks.rs index 938daf81..ea58c062 100644 --- a/azalea-block/src/blocks.rs +++ b/azalea-block/src/blocks.rs @@ -10,9 +10,9 @@ make_block_states! { Properties => { Facing { North, - East, South, West, + East, }, Powered { True, |
