Brine recipe is missing bucket of vinegar
p0kes opened this issue ยท 3 comments
Brine currently requires one bucket of salt water into a whole barrel of fresh water.
It will also consume a wood bucket, if you use one. It does not consume a vanilla bucket if you put the salt water in with one.
There's an interesting mechanic happening here:
- vinegar recipes use a fluid ratio mixing calculation - i.e. if you add 10mB + 1 mB, you get out 10 mB of product. Scaled up for the amount required.
- Showing that in a GUI, when the input will try and be drained of possible fluid, is difficult (i.e. if you use a tank item from another mod, the exact amount will be drained. Using a bucket will result in 1 B being drained and the rest being lost).
This could be improved to actually show the ingredient, however we actually decide to handle fluid item ingredients. (Maybe vanilla bucket with custom tooltip / name set via display tag on NBT?):
The recipe difference is already fixed.