Skip to content

Commit

Permalink
compat: Fixed crash when installing both "quality seeds" "maraxsis" a…
Browse files Browse the repository at this point in the history
…nd "all recipes prod techs" all at the same time.
  • Loading branch information
notnotmelon committed Dec 29, 2024
1 parent ec7ff79 commit 42dcd00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion data-final-fixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require "compat.alien-biomes"
require "compat.combat-mechanics-overhaul"
require "compat.visible-planets-in-space"
require "compat.rocket-silo-construction"
require "compat.quality-seeds"
require "compat.whats-a-spoilage"

for extractor in pairs(maraxsis.MARAXSIS_SAND_EXTRACTORS) do
Expand Down
1 change: 1 addition & 0 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require "prototypes.item-sounds"
require "prototypes.regulator-fluidbox"
require "compat.aai-industry"
require "compat.transport-ring-teleporter"
require "compat.quality-seeds"

local function add_fuel_value(fluid, value)
fluid = data.raw.fluid[fluid]
Expand Down

0 comments on commit 42dcd00

Please sign in to comment.