HomeJavaModsCombatEffects
CombatEffects
CombatEffects — screenshot 1CombatEffects — screenshot 2CombatEffects — screenshot 3CombatEffects — screenshot 4CombatEffects — screenshot 5

Overview

Bar Yet another one of those client-side particle mods lmao

CombatEffects is a client-side fabric mod which aims to enhance the visual aspect of minecraft combat by adding new- and overhauling existing visual effects. All of the effects added by the mod can be turned on/off through the mod's config, courtesy of MidnightLib.

The mod currently features a couple of particle effects based off of Minecraft Dungeons, such as:

Other visual effects from the mod include:

Data Driven Trails

Bar Any entity type can be given a trail by creating a directory called "trail" inside a resource pack and creating a .json file inside that folder. CombatEffects already includes trails for vanilla minecraft projectiles such as arrows, tridents, wind charges, etc.
An example for how a trail .json file might look can be found below:

{
  "type": "#minecraft:impact_projectiles",
  "length": 35,
  "vertical_offset": -0.1,
  "start_width": 0.2,
  "end_width": 0.015,
  "start_alpha": 0.6,
  "end_alpha": 0.01,
  "start_color": [164, 177, 235],
  "end_color": [255, 255, 255]
}

The above code registers a trail to all entities whose entity type is contained inside the "minecraft:impact_projectiles" entity type tag. You can also register a trail to a specific entity type by simply omitting the "#" and writing the identifier of the entity type you wish to grant a trail.

Additional

Bar Do you want to enjoy mods such as this one with your friends? Go check out Bisecthosting! Their reliable, 24/7 hosting service will deliver you a smooth play experience. Click the banner below and use code 'shiny' to get 25% off of your first month!

Shiny's Bisecthosting Link

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more