Anvil Cell Workbench

The Anvil Cell Workbench adds the renaming functionality of the vanilla anvil to the AE2 Cell workbench

File Details

AnvilCellWorkbench-1.12.2-1.1.0.jar

  • R
  • Jun 19, 2026
  • 70.47 KB
  • 41
  • 1.12.2
  • Forge

File Name

AnvilCellWorkbench-1.12.2-1.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:anvil-cell-workbench-1163979:8277891")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features

  • Added "Copy Target" button (Name & Items / Name Only / Items Only) that appears when copy mode is enabled, letting users choose what gets copied to new cells.
  • Clear button now also resets custom cell name to default.

Bug fixes

  • Fixed copy mode overwriting user-typed name when a cell is inserted. Container now delegates to setCellName() instead of calling setStackDisplayName() directly.
  • Fixed cells getting unnecessarily italicized when the applied name matches the default display name. Comparison now strips Minecraft formatting codes (§) and uses Objects.equals() for null safety.
  • Fixed name text field lacking cursor movement, selection, and Ctrl+A, caused by per-frame setText() resetting cursor state; now only updates when text differs.