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

Only create Ender Air Bottles when aiming at nothing #4392

Open
wants to merge 1 commit into
base: 1.19.x
Choose a base branch
from

Commits on Jun 1, 2023

  1. Only create Ender Air Bottles when aiming at nothing (HitResult.Type.…

    …MISS)
    
    Some mods add features that rely on using empty Glass Bottles on *blocks*, not just fluids.
    This commit allows that to happen by only creating Ender Air Bottles when the player is aiming at *nothing* - not a block *or* a fluid (instead of only checking for fluids)
    
    Fixes VazkiiMods#4273
    
    Signed-off-by: unilock <unilock@fennet.rentals>
    unilock committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9118584 View commit details
    Browse the repository at this point in the history