MCDatapacker icon indicating copy to clipboard operation
MCDatapacker copied to clipboard

Recipe editor item keys

Open MichelJonkman opened this issue 1 year ago • 3 comments

Just like what in the JSON happens, it'd be nice if we could define our keys and pattern separately. This would be especially useful if you have a lot of a single item in a recipe.

MichelJonkman avatar Apr 13 '24 12:04 MichelJonkman

If I understand correctly, you want to put the same item in multiple item slots. In this case, you can already drag-drop a item from a slot to another one while holding Ctrl to duplicate the item to the target slot. A normal drag-drop will move the item instead. MCDatapacker_K7y4FCkP7e

IoeCmcomc avatar Apr 13 '24 15:04 IoeCmcomc

Aha yes this works, maybe a list of controls/shortcuts could be added for other people?

MichelJonkman avatar Apr 13 '24 16:04 MichelJonkman

I agree that the behaviors need to be documented. Maybe I will add cut/copy/paste command in the context menu (but not shortcuts due to technical limitations), so I will leave this issue open for now.

IoeCmcomc avatar Apr 13 '24 16:04 IoeCmcomc

I decided to add a status tip which display the following text when hovering an item slot: "Drag-drop to move item(s). Ctrl+Drag to duplicate item(s)".

IoeCmcomc avatar Apr 17 '25 14:04 IoeCmcomc