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 some entities crashing when getting added to a constructed ship. #1006

Open
wants to merge 3 commits into
base: 1.20.1/main
Choose a base branch
from

Commits on Nov 17, 2024

  1. Fix for some entities crashing when getting added to a constructed ship.

    This change adds a check against the entity's renderer to see if it is eligible for rendering before it calls the render function. This prevents crashes from occurring where an entity may not be ready to render yet, i.e. in the case of Mekanism's Universal Cables.
    
    Also changed the way the java version is set for the project, so developers that have multiple java versions installed can still use this project without needing to reset their java home to java 17.
    Andy608 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a72606e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faaa7c View commit details
    Browse the repository at this point in the history
  3. Didn't realize we already had compile for Mekanism. Changed to implem…

    …entation so we can use it in game as well.
    Andy608 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    fbf6e91 View commit details
    Browse the repository at this point in the history