In the settings.lua, you'll want to add in
if mods["IndustrialRevolution"] then
data:extend({
{
type = "bool-setting",
name = "vtk-deep-core-mining-spawn-gold-ore-patch",
setting_type = "runtime-global",
default_value = true,
per_user = false,
order = "ha5"
},
{
type = "bool-setting",
name = "vtk-deep-core-mining-spawn-tin-ore-patch",
setting_type = "runtime-global",
default_value = true,
per_user = false,
order = "ha5"
},
})
end
(probably after the silicon portion)
this will allow the orepatch validity check to become true, and allow proper functional placement of the ore patches.
Note, you may want to update the deepcore-mining-supported-ores file to change the gold ore from needing sulfuric acid to water, to match industrial revolution's gold ore requirement.