Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GrooveypenguinX opened this issue Jan 14, 2025 · 0 comments

Comments

@GrooveypenguinX
Copy link

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 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant