diff --git a/lignumis/data-final-fixes.lua b/lignumis/data-final-fixes.lua index 02e2978..bbdacb8 100644 --- a/lignumis/data-final-fixes.lua +++ b/lignumis/data-final-fixes.lua @@ -1,2 +1,7 @@ require("prototypes/content/final") -require("prototypes/compatibility/final") \ No newline at end of file +require("prototypes/compatibility/final") + +if not mods["Burner-Leech-Fork"] and not mods["Burner-Leech"] and not mods["InserterFuelLeech"] then + data.raw["inserter"]["burner-inserter"].allow_burner_leech = true + data.raw["inserter"]["burner-long-handed-inserter"].allow_burner_leech = true +end \ No newline at end of file