Description
EpicFight x Physics Tweaks
Bring realistic ragdoll physics to Epic Fight combat!
This mod bridges the gap between Epic Fight's amazing combat system and physics mods' realistic ragdoll effects. Enjoy Epic Fight's animations during combat, then watch enemies collapse into physics-based ragdolls when defeated.
✨ What It Does Epic Fight's custom rendering prevents physics mods from creating ragdolls. This mod fixes that by intelligently disabling Epic Fight's control over dead entities, allowing physics mods to take over and create realistic ragdoll effects.
TL;DR: Epic Fight combat animations while alive → Physics ragdolls when dead 💀
🎮 Features Three Control Modes
Whitelist Mode: Only specified entities (zombies, skeletons, etc.)
Blacklist Mode: All entities except specified (exclude bosses)
All Entities Mode: Everything gets ragdolls (with exceptions)
Master Toggle: Enable/disable the entire system with one setting
📋 Requirements
Minecraft 1.20.1 | Epic Fight Mod 20.0.0+| Physics Mod (or any ragdoll physics mod)
⚙️ Configuration Config file: config/epicfightphystweaks-common.toml (Appears after you launch the game)
Quick Setup Examples (Present in config):
Ragdolls for common mobs only:
whitelist = ["minecraft:zombie", "minecraft:skeleton", "minecraft:creeper", "minecraft:spider", "minecraft:enderman"]
Ragdolls for everything except bosses:
blacklist = ["minecraft:ender_dragon", "minecraft:wither"]
