From 4dff6cc7f87f5fc8746769caed2d7320c077265f Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 1 Jul 2026 19:55:52 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mbm-c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/b/mbm-c.lua b/PHI-CL/data/b/mbm-c.lua index 26d190c..62d6e9e 100644 --- a/PHI-CL/data/b/mbm-c.lua +++ b/PHI-CL/data/b/mbm-c.lua @@ -161,7 +161,7 @@ return { -- MBE A 2 RECYCLER ENTITY,RECIPE,RESEARCH_EFFECT ['recycler'] = { mod = 'recycler', - type = 'furnace', + type = (settings.startup['PHI-GM'].value == 'VP' and 'assembling-machine') or 'furnace', name = 'recycler', tech = 'recycling' },