TerraFirmaCraft
TerraFirmaCraft copied to clipboard
Issue when shift clicking to make sandwiches with unproporcional ammont of ingredients
Describe the bug Make sure to include:
- What did you expect to happen? To make an amount of sandwiches equal to the amount of the limiting ingredient
- What actually happened instead (i.e. what was the bug) It makes sandwitches until the bread is gone
- If it was a crash, upload the full log file (
latest.log
) - If they would help to explain the issue, include screenshots
To Reproduce Attention to detail is important! Create a sandwich with 3 ingredients but have 1 in a a lower amount (1 meat 20 veg 20 fruit) This will make 1 sandwich with all 3 ingredients and 19 with only veg and fruit, while i expected it to make only one.
Meta Info
- TFC Version: 1.0.9.138
This is consistent with vanilla behavior for recipes, considering the fact that there is one recipe for a sandwich that accepts any amount of ingredients.
As a QoL change, this could quite easily be split up into separate recipes and vanilla should handle this as expected. I would advise against trying to hack this functionality into the crafting operation through other means.
As of current 1.18.x, sandwiches aren't craftable with anything other than 3 items, so the root cause of the recipe doesn't exist.
The above comment will still apply if we choose to reintroduce this feature.