RSO PyMods Raw Coal

Replaces resource spawning system, so that the distances between resources are much bigger. Railway is needed then.

Moderators: orzelek, Dark

Post Reply
razahin
Inserter
Inserter
Posts: 40
Joined: Sat Feb 29, 2020 1:39 pm
Contact:

RSO PyMods Raw Coal

Post by razahin »

Hi,

The most recent update to Py Raw Ores disabled coal from the starting area. When RSO is in use, the substitute (Raw Coal) does not appear as intended. A contributer to the mod pack mentioned that this would need to be fixed with an update to RSO. I can try to take a crack at it if there is a github where I could publish a pull request.

If the mod author isn't comfortable with that, I would like to request a fix when they have time.

EDIT: It just needs the following change in the pyrawores.lua (Anyone who needs this before the update can just copy paste it localy)

Code: Select all

	config["raw-coal"] = {
		type="resource-ore",
		allotment=80,
		spawns_per_region={min=1, max=1},
		richness=25000,
		size={min=20, max=30}, 
		min_amount=250,
		starting={richness=8000, size=25, probability=1}
	}

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: RSO PyMods Raw Coal

Post by orzelek »

Thanks for the info about Py Raw Ores change.
I applied the change to make raw coal spawn in start area and released a new version.

Post Reply

Return to “Resource Spawner Overhaul”