From e3dfbce46cb05c68d1bc71b6f6421186dd3ce017 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 2 Nov 2025 10:28:29 +0100 Subject: [PATCH] Change optics to lamp --- GasGasGases2/prototypes/technology.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GasGasGases2/prototypes/technology.lua b/GasGasGases2/prototypes/technology.lua index 027d4d9..e47e981 100644 --- a/GasGasGases2/prototypes/technology.lua +++ b/GasGasGases2/prototypes/technology.lua @@ -33,5 +33,5 @@ data:extend( }) util.add_prerequisite("chemical-science-pack", "air-liquefaction") if not mods["bzgas2"] then - util.add_prerequisite("optics", "air-liquefaction") + util.add_prerequisite("lamp", "air-liquefaction") end \ No newline at end of file