Quarry Addon: Scraps Mechanic deprecated

by Shylie

Makes quarries produce 'scraps' which clog up the quarry output, but have a fuel value of 2 MJ or can be used to craft landfill (if waterworld mod is installed).

7 years ago
0.14
4

i Other Use For Scraps

7 years ago

Could it be possible to turn some of the scraps into landfill? Say like 100 scraps for 1 landfill? Or 50 for 1 to match the stack size? Even burning them all, I still seem to have an abundance building up.

7 years ago

I'm not a modder, but I figured this out for myself. I added this to the end of the recipe lua.

{
type = "recipe",
name = "scrap landfill",
energy_required = 0.5,
enabled = true,
category = "crafting",
ingredients =
{
{"scraps", 50}
},
result= "landfill",
result_count = 1
}

It seems to work fine for me. Thanks for the mod :)

7 years ago
(updated 7 years ago)

This is included in the base addon now that 1.0.2 is out (assuming you're using water world mod). Also compatible with quarry 1.4.6.

New response