Just Enough Items (JEI)

Just Enough Items (JEI)

495M Downloads

[Suggestion]: Copy a block's id to the clipboard by hovering over it in JEI and using ctrl+c

GrooveypenguinX opened this issue · 2 comments

commented

Suggestion

I am writing a computercraft script that requires manual input to read the blocks it's trying to request and send to mechanical crafters from create. The script is fully functional, however it's a pain to setup a new recipe on the script because you have to manually set each row/column position to the actual block id. For instance, to craft a crafting table I'd have to input:

row1_col1: minecraft:oak_planks
row1_col2: minecraft:oak_planks
row1_col3:
row2_col1: minecraft:oak_planks
row2_col2: minecraft:oak_planks
row2_col3:
row3_col1:
row3_col2:
row3_col3:

This is working, but there's no easy way to get the id of a block besides F3+H to show advanced tooltips, hover over the item and type it all out manually, which usually results in you typing U or R and causing JEI to lookup recipes 🤣

If there was some way to hover over an item in JEI, and copy it's ID to the clipboard, I would be beyond grateful ❤️

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

This has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.