]> git.somenet.org - factorio/some-npp.git/blob - prototypes/recipes.lua
RELEASE 1.1.3 - Version-Bump. No functional changes. (I am still alive and I have...
[factorio/some-npp.git] / prototypes / recipes.lua
1 data:extend(
2     {
3         {
4             type = "recipe",
5             name = "some-npp",
6             energy_required = 5,
7             enabled = "true",
8             ingredients = {
9                 {"pipe", 988},
10                 {"heat-pipe", 436},
11                 {"pipe-to-ground", 417},
12                 {"steam-turbine", 192},
13                 {"heat-exchanger", 112},
14                 {"storage-tank", 104},
15                 {"small-lamp", 51},
16                 {"substation", 22},
17                 {"inserter", 16},
18                 {"logistic-chest-active-provider", 8},
19                 {"logistic-chest-requester", 8},
20                 {"medium-electric-pole", 8},
21                 {"nuclear-reactor", 8},
22                 {"roboport", 4},
23                 {"constant-combinator", 2},
24                 {"decider-combinator", 2},
25                 {"arithmetic-combinator", 1},
26                 {"radar", 1}
27             },
28             result = "some-npp"
29         }
30     }
31 )