mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 05:08:44 +09:00
.
This commit is contained in:
+12
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user