[MOD 0.12.0] endless resources

Topics and discussion about specific mods
Olix
Inserter
Inserter
Posts: 20
Joined: Fri Nov 29, 2013 6:11 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by Olix »

It's funny that the best Endless Resources implementation is hidden as an attachment to orzelek's post on page 6:

Code: Select all

for _, resource in pairs(data.raw.resource) do
    if not resource.infinite then
		resource.infinite = true
		resource.minimum = 200
		resource.normal = 1000
	end
end
The

Code: Select all

if not resource.infinite
check is particularly important as otherwise it messes up oil.

It's a shame that the mod in the mod browser in game is the old form.

LoSboccacc
Filter Inserter
Filter Inserter
Posts: 251
Joined: Wed Feb 20, 2013 9:35 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by LoSboccacc »

Olix wrote:
It's a shame that the mod in the mod browser in game is the old form.

eh it's not like I uploaded it there, I don't even know how it ended here or how to update it tbh

goldfiction
Burner Inserter
Burner Inserter
Posts: 5
Joined: Fri Nov 25, 2016 6:43 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by goldfiction »

endless resource for 0.14.x
tested on 0.14.x with other ore mods
Attachments
endless-resources_0.14.1.zip
endless resource for 0.14.x
(854 Bytes) Downloaded 447 times

abomination5
Manual Inserter
Manual Inserter
Posts: 1
Joined: Fri Jul 14, 2017 6:11 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by abomination5 »

Is there a version of the mod that works for 0.15? It looks like most of the mods for 0.15 just make ores unlimited without decreasing yield.

LoSboccacc
Filter Inserter
Filter Inserter
Posts: 251
Joined: Wed Feb 20, 2013 9:35 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by LoSboccacc »

abomination5 wrote:Is there a version of the mod that works for 0.15? It looks like most of the mods for 0.15 just make ores unlimited without decreasing yield.
try this
Attachments
endless-resources-0.15.zip
(816 Bytes) Downloaded 244 times

manimall
Manual Inserter
Manual Inserter
Posts: 1
Joined: Mon Dec 18, 2017 6:39 pm
Contact:

Re: [MOD 0.12.0] endless resources

Post by manimall »

Is there a version of the mod that works for 0.16? Ty

Post Reply

Return to “Mods”