[Suggestion]: Copy a block's id to the clipboard by hovering over it in JEI and using ctrl+c
GrooveypenguinX opened this issue · 0 comments
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 ❤️