Backstabbing Fix is a server-side Forge mod for Minecraft 1.20.1 that patches the backstabbing damage exploit from Farmer's Delight. It keeps the enchantment behavior limited to standard player melee attacks instead of allowing amplified damage from unrelated sources.
The mod is intentionally small and focused. It does one job: prevent the backstabbing bonus from being abused by modded damage sources such as spells, projectiles, or other non-melee attacks.
Farmer's Delight backstabbing is meant to reward proper melee positioning. Without a fix, the damage bonus can be triggered by sources that were never intended to count as normal knife attacks.
That means players can sometimes:
In modded servers, that creates inconsistent and unfair damage behavior.
Backstabbing Fix listens to the Farmer's Delight backstabbing hook and validates the incoming damage source before the bonus is applied.
The fix only allows the amplification when the damage source is a standard player melee attack. If the hit comes from anything else, the backstab bonus is cancelled.
This keeps the enchantment tied to the combat style it was designed for.
The mod includes a simple server config:
[fixes]
fixBackstabbingExploit = true
When enabled, the fix is active.
The fix only matters when Farmer's Delight is installed, because that is the mod providing the backstabbing enchantment hook.
This mod is useful if you want the backstabbing enchantment to stay balanced in modded environments.
It helps keep:
Author: SatDPhoe