作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: fabric
标签: utility
Fixes Better Mob Combat compatibility with Better Combat 1.9.0
Better Combat 1.9.0 (latest for 1.20.1) made breaking changes:
CompatibilityFlags.firstPersonRender() methodPehkuiHelper from net.bettercombat.compatibility to net.bettercombat.client.compatBetter Mob Combat stopped updating and still uses old methods/paths, breaking mob attack animations and Pehkui compatibility.
This mod uses two mixins to fix both issues:
Mixin 1: Intercepts CompatibilityFlags.firstPersonRender() calls and returns false
Mixin 2: Overwrites BMCPehkuiHelper.load() to use the new PehkuiHelper location
Technical:
@Redirect on Mob.playAttackAnimation() → returns false for removed method@Overwrite on BMCPehkuiHelper.load() → uses net.bettercombat.client.compat.PehkuiHelper请登录后举报
暂无评论,抢个沙发吧~