Add new no-lid variant of large clay pot, make it usable for the slow sand water filter #77463
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
Content "Large clay pots can now be crafted without a lid and used in the slow sand water filter"
Purpose of change
Did a run. Realized you can't boil murky water to purify now. It needs a filter. But that filter needs a large plastic bucket. And only wants this specific container with no alternatives.
Describe the solution
Describe alternatives you've considered
Other containers. But they need to be big enough. A barrel might work, too and can use a different recipe and filter more water per run. For this I need to do maths though and maths are scary and not to be done at this time of day.
I wonder if we can use smaller containers but require multiple filtration runs, too.
Additionally but this is definitely out of scope for this PR is looking into making this an item that transforms after a set amount of time, like the purifying water. The only issue with this is making sure both the filter and the water gets generated and that the filter does not magically forget its crafting components.
Testing
Applied changes locally and tested crafting it. Disassembly works as expected and does not magically turn a large clay pot into a plastic bucket.
Additional context