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
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.