Skip to content

Releases: StewyDev65/HoldMyGuns

Release list

1.21.11 HMG

Choose a tag to compare

@StewyDev65 StewyDev65 released this 09 Apr 03:30

Release v1.0.0: Initial Release

This is the initial release of the HMI x VPB Compatibility Patch.

What it does

Fixes the first-person animation and scoping conflicts between Hold My Items and Vic's Point Blank.

Previously, Hold My Items would completely override the rendering pipeline, breaking the custom animations and ADS (Aim Down Sights) mechanics of VPB guns. This patch conditionally intercepts the rendering pipeline:

  • Holding a VPB Gun: Bypasses HMI's Lua animation system, allowing Vic's Point Blank to handle its own native gun animations and scoping.
  • Holding anything else: Defers back to Hold My Items, keeping your custom arm animations intact for vanilla and other modded items.

Requirements

  • Environment: Client-side only (safe to include in modpacks without server crashes).
  • Dependencies:
    • Fabric Loader >= 0.18.6
    • Hold My Items >= 5.1
    • Vic's Point Blank >= 2.0

Notes

This is a lightweight mixin patch and contains no gameplay logic of its own. It will safely remain dormant if either of the target mods are missing from your instance.