the mod: "All Mineable" adds various intermediates as minables, each of which requiring a different fluid type. In normal generation this is fine. With certain settings (when ore-chaos) is installed, this poses a true problem. there are a few distribution settings that work totally fine (default, for example causes no issues)---but the "uniformly distributed", or "a bit of everything" cause large areas of patches to be un-mineable due to tiles requiring different fluids within any 5x5 square.
There's a few solutions to this that i can think of off the top of my head.
Option 1) Add special If-else-case-structure to remove all the ores from All Mineables from the list of ORES allowed to be inserted into other ore-patches.
Option 2) blacklist modification of All Mineables ores/resources altogether. they'll be treated like uranium in some of your mods settings, never mixing with anything that isn't themselves.
Option 3) the lazy option. Simply put: edit the description within the config window for those options that result in All Minables ores being inserted into other fields in such a way that an electric miner no longer functions due to each 5x5 have ores that require different fluids. Something like "This particular generation setting is not suitable for play along with All Mineables at this current point in time."
Option 4) Add optional dependency to All Mineables to force Ore Chaos to load after it, then remove the fluid requirement from the ores it adds and/or replace it with sulfuric acid.