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

Make Vampirism compatible with newer and older Forge versions #1236

Merged
merged 2 commits into from
Jul 23, 2023

Commits on Jul 19, 2023

  1. Revert "Update Forge version"

    This reverts commit 9826bfc.
    Cheaterpaul committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c3daa6d View commit details
    Browse the repository at this point in the history
  2. make EntityEvent.Size / EntityEvent.EyeHeight compatible with Forge 4…

    …6.1.0 and 46.1.29
    
    this solves the problem that EntityEvent.EyeHeight might not be available on runtime and compile time by creating a proxy event consumer via reflections
    
    close #1235
    Cheaterpaul committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    44983a6 View commit details
    Browse the repository at this point in the history