Copy Block ID

A minimal client-side NeoForge utility that lets you copy hovered item, fluid, block, items in JEI/REI, block and entity IDs in world with Ctrl+C.

File Details

copyblockid-1.1.0.jar

  • R
  • May 20, 2026
  • 152.79 KB
  • 21
  • 1.21.1
  • NeoForge

File Name

copyblockid-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:copy-block-id-1548037:8119314"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## Changes

- Added `copyTargetedBlockInWorld` client config option.
- Added `copyTargetedEntityInWorld` client config option.
- Block and entity ID copying in the world is disabled by default.
- Added support for copying targeted entity IDs with `Ctrl+C`.
- Fixed mod icon display by placing `icon.png` in the root resources path.
- Updated README and mod description with the new features.
- Added items copy in JEI/REI