Unlimited Resources


Ore patches and oil never empty! This mod keeps the values high instead of setting it to infinite and supports settings.

Content
1 year, 3 months ago
0.14 - 2.0
14.9K
Cheats

g Please add Tungsten ore

1 year, 1 month ago

Hello!
I noticed that tungsten got depleted, could you please add tungsten ore and maby other ores in space age if its not infinite?
thnx

1 year, 1 month ago

It works based on resource type, tungsten and all other space age resources should work fine. Let me know if you encounter any issues.

1 year, 1 month ago

I see that all types is working but not tungsten ore, any solution how to fix that?

1 year, 1 month ago

I am having the same issue, tungsten depletes. Tungsten is the only thing that does though. Calcite does not, scrap does not.

1 year, 4 days ago

As currently written, it will not process Tungsten. The reason for this is that Tungsten is a new resource category, this was done by Wube to force the use of a Big Mining Drill to mine it.

The fix needed is this.

Line 26 of control.lua is currently

if refillOreEnabled and entity.prototype.resource_category == "basic-solid" then

This needs to change to

if refillOreEnabled and ( entity.prototype.resource_category == "basic-solid" or entity.prototype.resource_category == "hard-solid" ) then

to make it recognize Tungsten.

Hope this helps!

6 months ago

+1

New response