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")