Bob's Metals, Chemicals and Intermediates


Smelt extra ores into plates, and make useful intermediate products. A key part of the Bob's mods suite.

Content
2 months ago
0.13 - 1.1
234K
Manufacturing

g Groundwater config is backwards?

7 years ago
(updated 7 years ago)

Bob Plates v0.13.2, data.lua, lines 79-82 states:

if bobmods.plates.EnableGroundWater == false then
bobmods.ores.water.enabled = true
bobmods.ores.lithia_water.enabled = true
end

..isn't this backwards? Especially considering bobconfig states:

-- If set to true, this will turn on the old recipes to get water and lithia water from nothing on the water pumps.
bobmods.config.plates.EnableGroundWater = false

7 years ago

The EnableGoundWater tag is referring to the ground water recipes. if you look at what it is enabling when it is false, it is the ore, aka, minable ground patches similar to oil.

In other words: if we don't have the recipes, turn on the minable patches instead.

The actual check to turn on the recipes is in the file that defines the recipes.

New response