Skip to content

Commit

Permalink
Update and rename science-packs to science-packs.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundertides committed Jun 8, 2018
1 parent f0b4c57 commit 1d555cb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
16 changes: 0 additions & 16 deletions prototypes/recipe/science-packs

This file was deleted.

31 changes: 31 additions & 0 deletions prototypes/recipe/science-packs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
data:extend({
{
type = "recipe",
name = "military-science-pack",
enabled = "false",
energy-required = 12,
ingredients =
{
{"advanced-circuit",1},
{"electric-mining-drill",1},
{"beaker",1},

},
result = "science-pack-3"
},
{
type = "recipe",
name = "science-pack-4",
enabled = "false",
energy-required = 12,
result-count = 2
ingredients =
{
{"grenade",1},
{"gun-turret",1},
{"beaker",1},

},
result = "military-science-pack"
},
})

0 comments on commit 1d555cb

Please sign in to comment.