k2 spaced out

This commit is contained in:
Brevven 2025-05-03 15:06:23 -07:00
parent b6c08c7613
commit e7366fc809
12 changed files with 53 additions and 28 deletions

View file

@ -12,7 +12,7 @@ require("compatibility/orewashing")
local util = require("data-util");
if util.me.use_flake_graphite() then
if mods.Krastorio2 then
if util.k2() then
require("tech-triggers") -- For K2 this has to be in data updates as K2 unsafely access the tech research unit
end
end