Page 2 of 2

Re: [0.12.3+ WIP] Deep Ores

Posted: Fri Oct 02, 2015 2:19 pm
by Ranakastrasz
Ok, I just tried to modify the yield of the ores, to increase the amount of stone you get, and somehow, copper doesn't seem to have changed, and iron doesn't give any stone now until depleted.
I have no idea what is going on.

---

Code: Select all

		{name="iron-ore", amount_min = 1, amount_max = 3, probability = 1.0},
		{name="stone", amount_min=1,amount_max = 1, probability = 0.50}
From research, this should work, and seems to at least to some extent. Instead of giving 4x as much copper as stone however, it gives 6x, and again, I have no idea why.
And yes, it gives 0-3 iron per cycle.

Re: [0.12.3+ WIP] Deep Ores

Posted: Thu Oct 08, 2015 1:39 pm
by Ranakastrasz
https://forums.factorio.com/forum/vie ... 25&t=16758

Apperently, if you have a resources giving multiple outputs, you need the miner to have multiple slots otherwise the overflow is lost.