Skip to content
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

Fix for horizontally facing blocks #840

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

Erkam246
Copy link
Contributor

@Erkam246 Erkam246 commented Dec 24, 2023

This happend because a furnace(or other blocks) can only face horizontally but cube.Face default is down so an error occured so we are using cube.Direction now for the Facing.

- Fixes df-mc#833

This happend because a furnace(or other blocks) cannot face for  an example down or up but cube.Face default is down so an error occured so we are using cube.Direction now for the Facing.
@Erkam246 Erkam246 changed the title Fix for blocks with only horizontal facing Fix for horizontally facing blocks Dec 24, 2023
@RestartFU
Copy link
Contributor

bump

Copy link
Member

@Sandertv Sandertv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense. Thank you for the PR!

@Sandertv Sandertv merged commit 55fee47 into df-mc:master Apr 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

world.BlockRuntimeID panics when placing down Furnace
3 participants