Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add support for Durability & Nonconsumable items in recipes #532

Open
PlayfulPiano opened this issue Sep 15, 2024 · 0 comments

Comments

@PlayfulPiano
Copy link

One aspect with recipe grouping that gets a bit annoying to work around is the fact that there isn't really full support with regards to items that have durability or aren't consumed when used in a recipe. This includes things like a water bucket yielding the empty bucket after the recipe is made, or a hammer being used to make iron plates and losing durability per craft.

My suggestion would be as follows:

For nonconsumable items, if there is a need to "craft" one (if added to the group), the amount to craft is based on the # of nonconsumables required to actually do the individual recipe. For example, XP bucket crafting recipes. If a recipe requires 3 XP buckets then you would only need to make 3 empty buckets regardless of the quantity of that recipe is set in the recipe group)

For durability items, base the craft for that durability item on the durability lost per craft & the total durability of that item, where if the amount of "uses" required for the set craft exceeds the amount of "uses" for a single durability item, then you would have to make a second durability item for the grouping logic. This might get a little wonky with things like GT electric tools, but there's probably some internal metric to determine the "amount of uses available" per tool for a craft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant