Actual Underground Pipes


What? Pipes that are actually... underground!?

Tweaks
a month ago
2.0
1.08K
Logistics Fluids

b [fixed] Don't remove all pipes from ptg recipe?

7 months ago

With Solder from Tin, the pipe to ground recipe is pipes + solder. So when this mod removes the pipes from the recipe, its left a bit empty, with only 4 Solder, and nothing to actually solder together

In terms of tiles-per-pipe, it seems fair imho to make the recipe still take 2 pipes, since you get 2 tiles per pair of pipe to ground. So in this case the recipe would be 4 solder and 2 pipes.

7 months ago

Which mod?

In certain cases I have to add special compatibility, this is probably one of them.

7 months ago

Tin! One of my fav mods, combined with Lead from the same dev

7 months ago

Ah, brevven's mods. I'll look into it, do you know if it affects other modded pipes or just vanilla ones?

7 months ago

It affects modded pipes too, at least it affects K2 Steel Pipes' p2g recipe

7 months ago

Hm ok

7 months ago

I think I might just blanket adjust the recipe to be 2 pipes + whatever... do you think that would be a good recipe for vanilla and other mods too?

7 months ago

I was just about to say that unfortunately it's more complicated for modded p2g ones. For K2 Steel Pipes' p2g it's steel and solder with Tin installed.

7 months ago

Alternatively you could do:

for _,ingredient in pairs(recipe.ingredients) do
  if data.raw.pipe[ingredient.name] and ingredient.amount > 2 then
    ingredient.amount = 2
  end
end

for each p2g recipe

7 months ago
(updated 7 months ago)

I think that'd work, since it'd only modify ingredients that are pipes of some kind

7 months ago

Yeah i can work around it being non-standard alternative ingredients, i was just wondering if the "2 pipes plus whatever" recipe would be a good idea as a general solution as opposed to just brevven's compat

7 months ago
(updated 7 months ago)

Oh yes, absolutely agreed. Sorry I thought you were asking about "pipe"s specifically lol

6 months ago

fixed in latest release!

6 months ago

Awesome, thank you!

New response