[0.12.17] [kovarex] miners put stackSize>1 on belt

This subforum contains all the issues which we already resolved.
judos
Filter Inserter
Filter Inserter
Posts: 270
Joined: Mon Dec 08, 2014 11:17 am
Contact:

[0.12.17] [kovarex] miners put stackSize>1 on belt

Post by judos »

Hello there,

While modding I tried to modify a bit the ressources to provide more varities of stuff instead just pure ore:
Something like the below code will however bring the miner to put item stacks on the belt with count>1 which seems unrealistic ;)

Code: Select all

data.raw["resource"]["iron-ore"].minable.result = nil
data.raw["resource"]["iron-ore"].minable.results = {
	{
		type="item",
		name = "iron-ore",
		amount_min = 2,
		amount_max = 2,
		probability = 1
	},
}
Thanks for having a look at this!

Best,
judos
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.12.17] [kovarex] miners put stackSize>1 on belt

Post by kovarex »

Thanks for the report, it is fixed for 0.12.18 now.
Post Reply

Return to “Resolved Problems and Bugs”