VortiK's Deep core mining: Industrial Revolution compatibility

by SA333

VortiK's Deep core mining mod now adapted for Industrial Revolution. Some crude work: include all original code + some adot stuff for IR. NO request original mod

Content
4 years ago
0.17
5
Mining

g Fix for Gold + Tin Patches.

4 years ago
(updated 4 years ago)

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.

4 years ago

Thanks! I'm include this in mod.
Agree. No more acid for gold. Only water.

New response