From bab273965c08cf769113fd41377ba5adc1bc0933 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 29 Jun 2026 20:12:47 +0900 Subject: [PATCH] . --- PHI-CL/data/f/ct.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/f/ct.lua b/PHI-CL/data/f/ct.lua index c8ae2f1..b76d64f 100644 --- a/PHI-CL/data/f/ct.lua +++ b/PHI-CL/data/f/ct.lua @@ -2,7 +2,7 @@ if data.raw['infinity-container']['super-infinity-chest'] then local sc = 2 - for _, i in pairs(prototypes.item) do + for _, i in pairs(data.raw.item) do if not i.hidden and not (i.subgroup and (i.subgroup == 'parameters' or i.subgroup == 'spawnables')) then sc = sc + 1 end