This commit is contained in:
2026-07-01 19:55:52 +09:00
parent 37fc01531c
commit 4dff6cc7f8
+1 -1
View File
@@ -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'
},