Modscraper Modscraper Minecraft
Better Mob Combat Fix [BMCFIX] logo

Better Mob Combat Fix [BMCFIX]

Mod

by UtherHel

Fixes Better Mob Combat compatibility with Better Combat 1.9.0

Type

Mod

CurseForge Downloads

92,412

CurseForge ID

1481291

Modrinth Downloads

1,759

Modrinth ID

5kLNgKXJ

Last Updated

Jun 12, 2026

Description

# Better Mob Combat Fix Fixes Better Mob Combat compatibility with Better Combat 1.9.0 ## The Problem Better Combat 1.9.0 (latest for 1.20.1) made breaking changes: 1. Removed `CompatibilityFlags.firstPersonRender()` method 2. Moved `PehkuiHelper` from `net.bettercombat.compatibility` to `net.bettercombat.client.compat` Better Mob Combat stopped updating and still uses old methods/paths, breaking mob attack animations and Pehkui compatibility. ## How It Works 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`

Compatibility

Mod Loaders

Fabric Forge

Game Versions

1.20.1

Similar Mods

Included in Modpacks

External Resources