You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
FixesVazkiiMods#4273
Signed-off-by: unilock <[email protected]>
0 commit comments