-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature request - Craft again / Multiple crafting #81
Comments
That sounds not too heavy to implement. But it will collide with a feature that i wanted to implement. ( a recipe that is only available when close to xyz e.g. anvils). Have to think about it. Anyway this will probably need to wait a bit, currently busy on another module. |
It was the simplest solution I could think of! To be honest I also realized you can actually just use the recipe too. So that works well for now. But generally, the usecase of wanting to craft several of something is something worth considering. Thanks for considering. Looking forward to whatever other module you are thinking of! |
Another option that I just considered too. |
Hm i have identified some obstacles that i need to overcome before i could start with this. Anotherthing that i currently am still clueless how to solve is if the original recipe had a makro. The last problem will make the implementation much more complicated then just use the resultRecipe again. |
In my personal opinion a plus/craft again is like a "duplicate". So it should use the exact same ingredients and results. But if the macro is used for something other than that I guess it could get more complicated. A possible step by step solution would be to disable the duplicate button for items with macros until you have a solution. |
I've been looking to implement Beaver's with my existing crafting systems. And it's looking real good. Especially like the crafting tab on the sheet! One thing that came to mind though, is that you might often want to craft multiple of something.
Would it be possible to add a "craft again" button or something similar?
![image](https://private-user-images.githubusercontent.com/7766890/268119316-df5fc1c5-bb5b-4529-8ae9-09128c15a602.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTU0ODYsIm5iZiI6MTczOTE5NTE4NiwicGF0aCI6Ii83NzY2ODkwLzI2ODExOTMxNi1kZjVmYzFjNS1iYjViLTQ1MjktOGFlOS0wOTEyOGMxNWE2MDIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTM0NjI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzIwOTBmZWZkMGU5NmNiMTA3OWZmZDAyZGM0MWQwYTk4OTRhYzE4NzdmZDkzMmQ2ZDBjYjY1M2YwZGQ5NDc0ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.hbMf_VfYgxzR0FyKhJOb9loMAf3eCBBG8oc48aiHrM8)
This would simply add another of the same recipe including the same optional choices.
This way it would save the crafter a few clicks if they know they want to craft say five potions of healing. Also, it would enable someone to try again if they failed a crafting.
The text was updated successfully, but these errors were encountered: