Specifically, this conflicts with the mod Small Fluids, which reduces the amount of all fluids required by vanilla recipes by a factor of 10. This causes the following error:
Error while loading recipe prototype "clean-basic-oil-processing" (recipe): Difficulty normal: amount must be larger than 0 in property tree ROOT.recipe.clean-basic-oil-processing.ingredients[1]
I haven't spent too long looking through this mod's code, but I'm guessing it makes assumptions about the fluid values of vanilla recipes, subtracts some constants, and then expects them to still be greater than zero. Any mod that modifies the vanilla fluid recipes to values below those constant values would presumably cause this error.
Specifically, this conflicts with the mod Small Fluids, which reduces the amount of all fluids required by vanilla recipes by a factor of 10. This causes the following error:
Error while loading recipe prototype "clean-basic-oil-processing" (recipe): Difficulty normal: amount must be larger than 0 in property tree ROOT.recipe.clean-basic-oil-processing.ingredients[1]
I haven't spent too long looking through this mod's code, but I'm guessing it makes assumptions about the fluid values of vanilla recipes, subtracts some constants, and then expects them to still be greater than zero. Any mod that modifies the vanilla fluid recipes to values below those constant values would presumably cause this error.