Page 5 of 5

Re: [MOD 0.12.0] endless resources

Posted: Fri Aug 05, 2016 4:13 pm
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.

Re: [MOD 0.12.0] endless resources

Posted: Tue Aug 09, 2016 8:27 am
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

Re: [MOD 0.12.0] endless resources

Posted: Fri Nov 25, 2016 6:47 pm
by goldfiction
endless resource for 0.14.x
tested on 0.14.x with other ore mods

Re: [MOD 0.12.0] endless resources

Posted: Fri Jul 14, 2017 6:13 pm
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.

Re: [MOD 0.12.0] endless resources

Posted: Tue Aug 29, 2017 12:18 pm
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

Re: [MOD 0.12.0] endless resources

Posted: Mon Dec 18, 2017 6:53 pm
by manimall
Is there a version of the mod that works for 0.16? Ty