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

Fixes to Schematic Command relating to Entities #2623

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    f6e7565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ca49a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix for entity yaw being incorrect when yaw is not a multiple of 90. …

    …Now functions as expected for any valid yaw value.
    
    Update entity rotation mechanism and entity yaw anytime schematic is flipped or rotated, instead of calculating when pasting "how much entity has rotated since creation" then applying.
    
    Remove an offset compensation for hanging entities being weird. During testing this has not caused any issues, unsure if this was an issue previously due to incorrect entity rotations.
    kitkatod committed May 22, 2024
    Configuration menu
    Copy the full SHA
    65afc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a6ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b6c31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfac7fe View commit details
    Browse the repository at this point in the history