So change this in prototypes.recipe.lua:
"{
type = "recipe",
name = "quarry-wood",
category = "quarry",
ingredients = {},
icon = "__base__/graphics/icons/raw-wood.png",
icon_size = 32,
order = "a",
subgroup = "raw-resource",
result = "raw-wood",
result_count = 10,
}
"
to this:
"
{
type = "recipe",
name = "quarry-wood",
category = "quarry",
ingredients = {},
icon = "__base__/graphics/icons/wood.png",
icon_size = 32,
order = "a",
subgroup = "raw-resource",
result = "wood",
result_count = 10,
}
"
and it works again