Quarry

by Shylie

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

Content
5 years ago
0.14 - 0.17
123
Mining

g Error when load after updating boblibrary

6 years ago

Boblibrary was updated from 0.15.8 to 0.15.9 and this error appeared

6 years ago

I have the same issue
Error message (in full):
Failed to load mod: Error while loading recipe prototype "quarry-thorium-ore {recipe} Difficulty normal: Key "result" not found in property tree at ROOT.recipe.quarry-thorium-ore Modifications: Quarry

6 years ago

Also when excluding thorium ore in the Data-final-fixes.lua

"attempt to indez field 'result'(a nil value)"

6 years ago

Fixed by excluding thorium in data-final-fixes AND using the line 67 fix as displayed in discussion thread "Angel's ore black list"

6 years ago
(updated 6 years ago)

Hi AshPrinny
Can u put this data-final-fixes here to show what u changed - i can't reproduce ur actions and get this effect
And where is that discussion thread that u talked? link pls

6 years ago

I fixed it by changing this :

local resourceBlacklist = {
["ground-water"] = true,
["thorium-ore"] = true
}

And commenting out :

-- add stone residue
-- if settings.startup["quarry-stone-waste-percentage"].value >= 0.1 and recipe.results[1].name ~= "stone" then
-- log("adding "..settings.startup["quarry-stone-waste-percentage"].value.."% stone waste to "..recipe.results[1].name)
-- recipe.results[1].probability = 1 - settings.startup["quarry-stone-waste-percentage"].value / 100
-- table.insert(recipe.results, {type = "item", name = "stone", amount = 1, probability = settings.startup["quarry-stone-waste-percentage"].value / 100} )
--end

I don't play with stone residue so it didn't bother me

6 years ago

Bleak666 can u put this file here so i can watch by myself? i still can't reproduce ur code

6 years ago

Hi, I can confirm the bug encountered by enabling this mob. it won't load with the latest bob's update. (or Angel's)

New response