Deep core mining

by VortiK

A not cheaty infinite ore mod. Adds ore patches that appear when ore fields are depleted that can be mined with a pair of advanced mining drill to upgrade mining outposts and provide source of expensive but steady infinite ore. Adds an high tech infinite ore mining from rare deep core cracks spawned in the world that require heavy refining. Now with automatic mod support !

Content
7 months ago
0.15 - 1.1
33.5K
Mining

b Latest 1.10.1 update won't load

6 years ago
(updated 6 years ago)

Error on start up:

... prototypes/deepcore-mining-items.lua: 307: attempt to perform arithmetic on local 'result_amount' (a string value).

Looks like there's a missing argument in the angelore[1-6])_chunk_refining_recipe functions. Instead of:

local angelore1_chunk_refining_recipe =
chunk_refining_recipe_maker(
"angels-ore1",
"angels-ore1",
"sulfuric-acid",
50
)

It should be:
local angelore1_chunk_refining_recipe =
chunk_refining_recipe_maker(
"angels-ore1",
"angels-ore1",
100,
"sulfuric-acid",
50
)

Not sure about the "100" value though.

6 years ago

I am having the same problem

6 years ago

same here

6 years ago

same here too

6 years ago

Hello,

My bad, forgot to check Angel support in last version, I'll fix this asap.

You can take last version in the meantime (1.9x).

6 years ago

Same error here, waiting for the next fix. :D

6 years ago

Hello,

This should be fixed in 1.10.2 now.

6 years ago

It is! Thanks a lot for the quick fix!

New response