Ensures fluid handler is initialized correctly on crystallizer
Addresses an issue where the fluid handler was not consistently initialized upon block entity instantiation. This could lead to problems with fluid piping, particularly when other mods rely on the immediate availability of the fluid handler.
Initializes the handler on instantiation and also adds a check on load to ensure that it is always present.
Fix Fluid Piping mods forgetting configurations