Page 1 of 1

How to pull nickel from galena?

Posted: Fri Jul 31, 2015 3:40 pm
by kitsune9tails
Any miner I use ONLY pulls lead from galena, but if I mine manually I sometimes get a nickel ore. How am I supposed to get nickel from the galena field without having to do it myself?

Re: How to pull nickel from galena?

Posted: Fri Jul 31, 2015 3:59 pm
by bobingabout
kitsune9tails wrote:Any miner I use ONLY pulls lead from galena, but if I mine manually I sometimes get a nickel ore. How am I supposed to get nickel from the galena field without having to do it myself?
Answered here: https://forums.factorio.com/forum/vie ... 270#p96376
bobingabout wrote:unless they've changed the tag, this should make it work

Code: Select all

for i, drill in pairs(data.raw["mining-drill"]) do
  if not drill.storage_slots then drill.storage_slots = 6 end
end
It's part of bobmining, I'll add it to bobores too. in 0.12.2

if you don't want to use mining, add that code to data-updates.lua of bobores