I am still having problems loading a game with all your mods. When I try to have all of them enabled, I get this error.

When I disable the mod Pressurized fluids then the game loads successfully but crashes when I try to start a new game with this error:

If I disable Deep core mining then I can start a game without any errors, but the mining of infinite ore also works as intended.
I am still working on it, I just don't have a lot of time at the moment and I am not an experienced modder so it takes me a bit longer then some others.
I changed some parts of the code so that infinite resources should be handled correctly, but even in the current version I already check if ore.minable.required_fluid is defined before modifying the minable properties fluid amount.
Some other mod is probably making changes to the minable properties after my mod that I did not account for.
EDIT:
My bad, I still had the "Adds fluid requirement to infinite ores" option of Angel's Infinite Ores disabled. I am getting the same error as you now.
And I found what is causing the error:
Angel's Infinite Ores only adds required_fluid to the minable property in data.updates, not when creating the ResourceEntity
Consider it fixed for the next version.
I also made some other changes that I want to make sure don't break anything before I upload the new version.
Thank you for your feedback.