AAI Loaders: Yellow loader recipe uses wood loader
This commit is contained in:
parent
5e22624330
commit
eb849de427
3 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
"?aai-industry",
|
||||
"?Diversitree",
|
||||
"?aai-loaders",
|
||||
"?aai-loaders-sane",
|
||||
"?atan-nuclear-science",
|
||||
"?lane-splitters",
|
||||
"!planet-picker",
|
||||
|
|
5
lignumis/prototypes/compatibility/aai-loaders-final.lua
Normal file
5
lignumis/prototypes/compatibility/aai-loaders-final.lua
Normal 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)
|
|
@ -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
|
Loading…
Add table
Reference in a new issue