promotional bannermobile promotional banner

Entity modifier

Visual entity attribute/effect editor with Curios, persistent global sync.
Back to Files

entity_modifier-2.0.0.jar

File nameentity_modifier-2.0.0.jar
Uploader
SrQingChenSrQingChen
Uploaded
Aug 3, 2026
Downloads
8
Size
124.2 KB
Mod Loaders
NeoForge
File ID
8567742
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:entity-modifier-1633058:8567742"

Learn more about Curse Maven

What's new

Visual Entity Modifier Mod v2.0.0 Changelog


Additions

  • Multi‑Profile System: Save/switch/delete complete configurations (per‑entity modifications + global multipliers) stored in config/entity_modifier/profiles/<name>.json; applying a profile takes effect globally. Added management buttons to the entity list top bar (save new, apply, delete, active marker).
  • FTB Quests Integration: Added reward type entity_modifier:apply_config; fill in a profile name, players switch to it upon claiming the reward – global effect. Supports progressive switching along quest chains. FTB Quests is optional.
  • Global Entity Attribute Multipliers: Final multiplicative operation (ADD_MULTIPLIED_TOTAL) on 11 attributes (health, armor, toughness, attack damage, attack speed, movement speed, flying speed, knockback resistance, follow range, jump strength, scale) with 1.0 = unchanged. Only applies to attributes the entity actually possesses. Added edit button to entity list top bar; persists to global_attribute_multipliers.json.
  • Added Chinese and English localization for all new features.

Technical

  • Added ConfigProfile / ConfigProfileManager / ConfigProfileScreen.
  • Added ConfigApplyReward (FTB Reward subclass) and FTBQuestsCompat (reward registration).
  • EntityModificationManager / GlobalMultiplierManager now have overall replacement accessors to support profile snapshots and restoration.