-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds support for slabs and stairs #485
Adds support for slabs and stairs #485
Conversation
So whats next @KairuDeibisu. Please use a better PR description than this |
I've updated it. |
I wonder if this supports properties which are loaded directly from anvil, and also the other way. So is this saved properly ? |
@@ -1 +1,9 @@ | |||
pub mod entity_registry; | |||
|
|||
#[derive(Debug, PartialEq, Clone, Copy)] | |||
pub enum FacingDirection { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already defined in pumpkin-world/block/mod
as BlockFace
. We may want to rename that to Direction in place it in pumpkin-util/math
Thank you @KairuDeibisu and @Bafran |
This merge adds support for slabs and stairs.
The framework was made by @Bafran and expanded to support stairs.
Levers can be added in a latter pull request. For now, I want to get in the basics.
Untitled.video.7.1.mp4