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
8 months ago
0.15 - 1.1
33.8K
Mining

g Could you remove blueprints as ingredients from all recipes please?

5 years ago

It really makes no sense when blueprints are free. Also it just ate one that I kinda needed >.>

5 years ago

Hello,

This should be a bug with other mods, there isn't blueprints as required ingredient for any item from Deep core mining.

What other mods to you have installed ?

5 years ago

I have more mods than I want to type out right now, but I don't think any are relevant. I can see in your source code (prototypes/deepcore-mining-items.lua) that the "Deep Core Mining Planner" is coded to require a blueprint in its recipe:

{
type = "recipe",
name = "vtk-deepcore-mining-planner",
enabled = false,
energy_required = 1,
ingredients =
{
{"blueprint", 1},
{"advanced-circuit", 4},
{"vtk-deepcore-mining-drone", 5}
},
result = "vtk-deepcore-mining-planner"
}

5 years ago

Hello,

Ah yes my bad indeed. The recipe is a for the tool to manual mine ore patches and cracks so a player should ever only need one.

However if it actually takes random ones from the inventory with data it might be a problem indeed. I'll see around to change this, thanks for your feedback !

5 years ago

Hello I've pushed a new version 1.11.4 to change the planner tool recipe !

5 years ago

Sweet.

New response