mega12345mega / NBT-Editor

Edit items, blocks, and entities in-game.
MIT License
31 stars 9 forks source link

"Clone to Client Chest" keybind #78

Open AfkUserMC opened 6 months ago

AfkUserMC commented 6 months ago

adds a keybind that will instantly clone any item you hover over in your inventory or any menus to your client chest. i've tried to extract items from menus but failed, and i think this would be a good way to do it.

AfkUserMC commented 6 months ago

how do i add a label

mega12345mega commented 6 months ago

This seems like a good idea. I might have to start making keybinds configurable... :) I'm not sure you're able to manage labels, usually I add them

mega12345mega commented 5 months ago

I just realized a hacky way that you might be able to do this before I add it properly (untested):

  1. Click on the item
  2. Use /get lostitem history to access the cursor's item history (persists between worlds too, but is cleared on restart)
AfkUserMC commented 5 months ago

I just realized a hacky way that you might be able to do this before I add it properly (untested):

  1. Click on the item
  2. Use /get lostitem history to access the cursor's item history (persists between worlds too, but is cleared on restart)

i could try this