Adds new fine grinding quality to mortar and pestle + recipe updates #55518
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
While low levels of grinding might be compatible with some recipes, there was no distinction for grinding things that would NOT be appropriate to grind with a tool such as the angle grinder (which has grinding 2 quality). Fine grinding allows us to differentiate the processes of grinding metals vs grinding fine powders like gunpowder and flour.
I also believe rocks and similar objects could have fine grinding as a quality, so there are tools which could use this new quality right now and in the future. Mortar and pestle would likely have a quality of 2 while rocks would be 1.
Describe the solution
Updated the json for several recipes/mortar and pestle.
Describe alternatives you've considered
Testing
All recipes have been tested in latest experimental.
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
I noticed there are many recipes/tools involving grinding that could likely be updated for tool quality consistency. Tools such as the quern and food processor have no tool qualities right now, where I believe the ideal scenario would be for recipes to use as many tool qualities as possible, not the tools themselves.
I would eventually want to add fine grinding to the querns and food processor.
This PR attempts to focus on the mortar and pestle alone but there are more related changes that should be made.