Just Enough Items (JEI)

Just Enough Items (JEI)

369M Downloads

[Suggestion]: Allow recipes or recipe types to always insert max count when clicking the input button

RobertSkalko opened this issue ยท 2 comments

commented

Suggestion

Currently you do this:
boolean maxTransfer = Screen.hasShiftDown();

I assume i'd need something like
boolean maxTransfer = Screen.hasShiftDown() || recipe.alwaysTransferMaxCount();

I'd just like to have a way for my recipe to always do that, because I have recipes that slowly grow in required ingredient count and whenever I click my highest tier recipe (Greater Potion for example), it will always craft the Lesser Potion, because the lesser one requires just 1 count of an ingredient, while the greater one needs say 5.

For now i think i'll just have a tooltip somewhere telling players to shift click the button.

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

This has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.