FCT's Barreling Machine for Pelagos

by Kryzeth

Fixes FCT's Auto-Barreling Machine when Talandar's Barreling Machines or Pelagos planet mods are enabled.

Tweaks
a month ago
2.0
73
Manufacturing

i [Pending] add ibc-final-fixes.lua

4 days ago

if not mods["fct-intermediate-bulk-containers"] then return end

for name, recipe in pairs(data.raw.recipe) do

if (string.match(name, "^fill%-.*%-pallet$") or string.match(name, "^empty%-.*%-pallet$") or
    string.match(name, "^fill%-.*%-ibc$") or string.match(name, "^empty%-.*%-ibc$") or
    string.match(name, "^fill%-.*%-tank$") or string.match(name, "^empty%-.*%-tank$")) then

    recipe.category = "barreling"

end

end

and info‘s dependencies add:"? fct-intermediate-bulk-containers"
data-final-fixes add:require("ibc-final-fixes")

New response