From 30cb2e47778fc48ba91efd38c2f31ba329528498 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sat, 13 Jan 2024 12:39:17 -0600 Subject: [PATCH] attempt #1 at fixing luatest --- prototypes/updates/base-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/updates/base-updates.lua b/prototypes/updates/base-updates.lua index fc4d4b92..65181dcc 100644 --- a/prototypes/updates/base-updates.lua +++ b/prototypes/updates/base-updates.lua @@ -136,7 +136,7 @@ RECIPE { {'processing-unit', 8}, {'alien-sample-03', 10}, {mods.pyalternativeenergy and 'mechanical-parts-03' or 'gastrocapacitor', 8}, - {'earth-spider-sample', 8}, + {mods.pyalternativeenergy and 'earth-spider-sample' or 'strorix-unknown-sample', 8}, {type = 'fluid', name = 'molten-nexelit', amount = 800}, {type = 'fluid', name = 'artificial-blood', amount = 300}, {'small-parts-03', 80},