Advanced Fluid Handling (forked)


All-in-one fork of **Advanced Fluid Handling** that folds its companion mods into a single package. Adds tiered underground pipe extensions, junctions, rotatable pipes-to-ground, underground pumps, and valves — with optional Pyanodon and simplified-recipe modes built right in.

Content
a month ago
2.1
44
Logistics Fluids

g Simplified Mode category -> categories in 2.1

a month ago
(updated a month ago)

Hey there. Trying to load the mod in 2.1 with Simplified Mode enabled shows a few outdated API references that need to be swapped.

category and additional_categories -> categories

Failed to load mods: Error while loading recipe prototype "casting-80-overflow-valve" (recipe): In RecipePrototype, `category` and `additional_categories` got merged into `categories` table. Please use that instead.
Modifications: Advanced Fluid Handling (forked)
a month ago
(updated a month ago)

Should just need to replace line 175 of simple-recipes.lua with

categories = {"metallurgy"},

You may want to check the Pyanodon's patch as well.

a month ago

Really strange that this isn't throwing an exception on my personal run.
I'll fix it in a couple hours

a month ago

Fixed. pretty sure this was not an issue for me because I'm not currently playing with Space Age

New response