Better Combat Particle
This modification adds visual effects in the form of slash trail particles that appear after a weapon swing when using the Better Combat mod.
Compatibility Features
For Forge and Neoforge, Sinytra Connector and possibly Forgified Fabric API are required.
Particle Optimization
Some particle optimization mods may hide these effects in first-person view due to close proximity to the camera. Temporary solution is to disable culling.
Settings
Configuration is available in the config/bc_particle file. Here you can enable and disable particles, as well as adjust their transparency under different lighting conditions.
Customization
Effect settings are located in the directory assets(malfu_combat_animation/bc_particle/particle_settings.json.
Main customization parameters:
particle_type— texture type (slash45, slash90, slash180, slash270, slash360)x_addition— horizontal shift (right — positive values)y_addition— vertical shift (down — negative values)local_yaw— texture rotation (clockwise)roll_set— plane rotationpitch_addition— pitch addition (usually combined with y_addition)
Configuration example:
{
"replace": false,
"values": {
"malfu_combat_animation:axe_updown_lr": [
{
"particle_type": "slash90",
"x_addition": 0.0,
"y_addition": 0.0,
"roll_set": 210.0
}
],
"malfu_combat_animation:two_handed_up_lr": [
{
"particle_type": "slash90",
"x_addition": 0.0,
"y_addition": -0.30,
"local_yaw": 20,
"roll_set": 130
}
]
}
}
Additional capabilities:
- There are
enchantment_settings.jsonandweapon_settings.jsonfiles for enchantment and weapon color and lighting settings. color_hexandcolor_hex_secparameters support the "remove" value to completely eliminate particles.
From the author: Textures have been reworked multiple times, but if you are not satisfied with the quality — replace them using your own resource pack.