This commit is contained in:
2026-06-04 21:40:06 +09:00
parent 1d1446a5e8
commit 59dad957e8
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -57,6 +57,9 @@ local items = {
'furnace', 'furnace',
'thruster', 'thruster',
'lab', 'lab',
-- 3X
'plant',
-- SPACE_AGE 15
}, },
['recipe_reform'] = { ['recipe_reform'] = {
-- BASE 0 -- BASE 0
+1 -1
View File
@@ -17,7 +17,7 @@ end
-- GM-VP C 33 BASE ENTITY -- GM-VP C 33 BASE ENTITY
-- GM-VP C 6 ELEVATED_RAILS ENTITY -- GM-VP C 6 ELEVATED_RAILS ENTITY
-- GM-VP C 14 SPACE_AGE ENTITY -- GM-VP C 17 SPACE_AGE ENTITY
if items['entity_surface_conditions'] then if items['entity_surface_conditions'] then
for _, v in pairs(items['entity_surface_conditions']) do for _, v in pairs(items['entity_surface_conditions']) do
if data.raw[v] then if data.raw[v] then