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 incorrect rune rendering directions #395

Merged
merged 1 commit into from Jun 19, 2021

Conversation

ustc-zzzz
Copy link
Contributor

The direction of runes to be rendered should be rotated with the value of the facing property for way stones, share stones, and port stones. However:

  • The rotation of runes now is opposite to that of way stones: for facing=south and facing=north it is correct (6 runes in front), but for facing=east and facing=west directions are completely reversed (7 runes in front).
  • There is not any rotation of runes on share stones at all: the runes that should have been in front are always facing south.

The following images are screenshots of correct and incorrect implementations. The directions of netherite swords indicate the value of the facing property.

Original implementation:
image

Correct implementation fixed by this PR:
image

@BlayTheNinth BlayTheNinth merged commit d5c3c88 into TwelveIterationMods:1.16.x Jun 19, 2021
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.

None yet

2 participants