You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 ❤️
The text was updated successfully, but these errors were encountered:
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 ❤️
The text was updated successfully, but these errors were encountered: