Quarry

by Shylie

Mine ores without an ore patch. Probably compatible with any mod.

Content
5 years ago
0.14 - 0.17
121
Mining

b Complications with Deep Core Mining

5 years ago

Hey,

By Startup it showes the Error:

Error while loading recipe prototype "urry-vtk-deepcore-mining-cracks"(recipe): Difficulty normal: Key "result" not found in property tree at ROOT.recipe.quarrry-vtk-deepcore-mining-crack

Someone have any Idear how to fix it ?

5 years ago

I cracked the case! or at least got the game to load. Add this to the data-final-fixes.lua file line 7~ish:
-- list of resources unavailable in quarries
local resourceBlacklist = {
["ground-water"] = true, -- bob's groundwater
["thorium-ore"] = true, -- bob's thorium ore
["vtk-deepcore-mining-crack"] = true,
["uranium-ore-patch"] = true
}
The ["thorium-ore"] bit fixes the bobs incompatibility, while the next two seem to resolve anything from vtk deepcore mining mod.

5 years ago

Thanks a lot :)

New response