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 would love the be easily able to modify the "remaining items" of custom recipes. Similar to a milk bucket resulting in an empty bucket when taking the item out the crafting window, I would like to define a custom item stack remaining for custom ingredients.
Describe the solution you'd like.
I'm not quite sure what would be the best way to introduce that feature, ideally one would be able to define the remaining item of a RecipeChoice/ExactChoice, although that might be a bit misleading since it only applies to crafting recipes, and not for example something like furnace recipes (although maybe possible, but all vanilla items with remaining items are only part of crafting recipes).
Describe alternatives you've considered.
Listening to the CraftItemEvent, manually checking my custom recipes and adding back the items I want to "return" in the appropriate slots.
If I missed any easier / proper way to achieve said functionality please let me know.
This discussion was converted from issue #9120 on April 28, 2024 17:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem?
I would love the be easily able to modify the "remaining items" of custom recipes. Similar to a milk bucket resulting in an empty bucket when taking the item out the crafting window, I would like to define a custom item stack remaining for custom ingredients.
Describe the solution you'd like.
I'm not quite sure what would be the best way to introduce that feature, ideally one would be able to define the remaining item of a RecipeChoice/ExactChoice, although that might be a bit misleading since it only applies to crafting recipes, and not for example something like furnace recipes (although maybe possible, but all vanilla items with remaining items are only part of crafting recipes).
Describe alternatives you've considered.
Listening to the CraftItemEvent, manually checking my custom recipes and adding back the items I want to "return" in the appropriate slots.
If I missed any easier / proper way to achieve said functionality please let me know.
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions