Added several hidden settings that should allow you (and any other mod devs) to tweak the exact values for the auto-generated recipes. (hidden because I didn't really want to add this many public-facing settings that most users aren't going to want to modify; I prefer to avoid it whenever possible)
Specifically, the kry-solid-fluid-override setting will need its forced_value set to true (in order to override the only other public-facing setting, which simply sets the fluid conversion ratio), that will allow the following settings to apply:
kry-freezing-ingredient-count: sets the required fluid input amount for freezing recipes
kry-freezing-result-count: sets the produced solid output amount for freezing recipes
kry-melting-ingredient-count: sets the required solid input amount for melting recipes
kry-melting-result-count: sets the produced fluid output amount for melting recipes
kry-freezing-time: sets the required crafting time (energy_usage) for freezing recipes
kry-melting-time: sets the required crafting time (energy_usage) for melting recipes
Implemented in v1.1.1