AAI Loaders: Yellow loader recipe uses wood loader

This commit is contained in:
Simon Brodtmann 2025-03-12 20:44:17 +01:00
parent 5e22624330
commit eb849de427
3 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,7 @@
"?aai-industry",
"?Diversitree",
"?aai-loaders",
"?aai-loaders-sane",
"?atan-nuclear-science",
"?lane-splitters",
"!planet-picker",

View file

@ -0,0 +1,5 @@
local Recipe = require("__cf-lib__/data/Recipe")
if not mods["aai-loaders"] then return end
Recipe:new("aai-loader"):replaceIngredient("transport-belt", "aai-wood-loader", 1)

View file

@ -1,3 +1,5 @@
require("aai-loaders-final")
if not data.raw.technology["legendary-quality"] then
table.removeValue(data.raw.technology["quality-assembler"].prerequisites, "legendary-quality")
end