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}
}