Advanced Endless Resources

by JustTNE

All Resources now have yields. Compatible with old worlds where ammount is already below 50. For more info and credit visit this mod on mods.factorio.com

Content
7 years ago
0.13 - 0.14
6
Mining

g Only in starting area?

7 years ago

When I add this to my game, along with a ton of other mods. There are only infinite ores in the starting area. Outside in this area they are .02/sec or around 7%. Any ideas how to fix this?

7 years ago
(updated 7 years ago)

I fixed it by using console command based of the mod's lua, and yields are up to 100% everywhere.

/c for k, v in pairs(game.surfaces["nauvis"].find_entities_filtered{type="resource"}) do
if v.amount < 100000 then
v.amount = 100000 end
end

New response