Name/Lore Action System — Recipes and quality configs now support name_actions / lore_actions fields. Forging can directly modify item names and lore (e.g., append quality marks, stat text) with actions like append_suffix, prepend, insert_below, etc. All operations are tracked via ItemOperationLedger and can be precisely reverted. Material effects also support type: "lore_action" / "name_action".
PAPI Placeholders — %emakiforge_recipe_count% (loaded recipe count) and %emakiforge_last_crafted% (player's last crafted recipe ID).
Enhanced Forge Audit — Forged items now store complete audit data in PDC: recipe ID, quality, multiplier, timestamp, material signatures, and output source.
Improvements
Unified effects list format with type field (variables / ea_attribute / es_skill / name_action / lore_action).
Material item sources unified to item_sources: [...] list format.
Example recipe fully rewritten with comprehensive field coverage and Chinese comments.
Config and language files auto-merge new keys on upgrade.
Breaking Changes
structured_presentation removed — replaced by name_actions / lore_actions.