There has been an unintended side effect to this patch: this mod's infinite ores no longer obey the "Adds fluid requirement to infinite ores" setting from Angel's Infinite Ores. If the setting is turned off, the ores still have a fluid requirement. I think all you have to do is change line 86 of data-updates.lua from
if mods["angelsinfiniteores"] then
to
if mods["angelsinfiniteores"] and settings.startup["angels-enablefluidreq"].value then
On an unrelated note, where is MadClown? You're the only one I've seen that is maintaining this mod.