Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Remove duplicated recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Afforess committed Jan 24, 2016
1 parent 59207dc commit a2f1fd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
15 changes: 0 additions & 15 deletions prototypes/recipe-circuit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@ data:extend(
},
result = "electronic-circuit",
},
--[[
{
type = "recipe",
name = "advanced-circuit",
enabled = false,
energy_required = 16,
ingredients = {
{"electronic-circuit", 5},
{"plastic-bar", 5},
{"copper-cable", 10},
},
result = "advanced-circuit",
},
]]
{
type = "recipe",
name = "advanced-circuit",
Expand Down
11 changes: 0 additions & 11 deletions prototypes/recipe-smelting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ data:extend({
result = "iron-plate",
result_count = 5,
},
--[[
{
type = "recipe",
name = "stone-brick",
category = "smelting",
energy_required = 3.5,
ingredients = {{"stone", 2}},
result = "stone-brick",
},
]]
{
type = "recipe",
name = "stone-brick",
Expand Down

0 comments on commit a2f1fd8

Please sign in to comment.