This commit is contained in:
2026-04-30 22:52:55 +09:00
parent 3ac3a7ad59
commit c4b30811f5
3 changed files with 35 additions and 84 deletions
+12 -4
View File
@@ -18,7 +18,9 @@ for _, v in pairs({'infinity-chest', 'infinity-cargo-wagon', 'infinity-pipe'}) d
type = 'recipe',
name = data.raw['item'][v].name,
energy_required = 2,
enabled = false,
enabled = true,
hidden = true,
hidden_in_factoriopedia = true,
ingredients = {},
results = {{type = 'item', name = data.raw['item'][v].name, amount = 1}},
main_product = data.raw['item'][v].name
@@ -44,7 +46,9 @@ if data.raw['linked-container']['linked-chest'] then
type = 'recipe',
name = 'linked-chest',
energy_required = 2,
enabled = false,
enabled = true,
hidden = true,
hidden_in_factoriopedia = true,
ingredients = {{type = 'item', name = 'steel-chest', amount = 1}},
results = {{type = 'item', name = 'linked-chest', amount = 1}},
main_product = 'linked-chest'
@@ -77,7 +81,9 @@ if data.raw['radar']['radar'] then
type = 'recipe',
name = item.name,
energy_required = 2,
enabled = false,
enabled = true,
hidden = true,
hidden_in_factoriopedia = true,
ingredients = {{type = 'item', name = 'electronic-circuit', amount = 5}, {type = 'item', name = 'iron-gear-wheel', amount = 5}, {type = 'item', name = 'iron-plate', amount = 10}},
results = {{type = 'item', name = item.name, amount = 1}},
main_product = item.name,
@@ -113,7 +119,9 @@ if data.raw['electric-energy-interface']['electric-energy-interface'] then
type = 'recipe',
name = item.name,
energy_required = 2,
enabled = false,
enabled = true,
hidden = true,
hidden_in_factoriopedia = true,
ingredients = {{type = 'item', name = 'accumulator', amount = 1}},
results = {{type = 'item', name = item.name, amount = 1}},
main_product = item.name,