Skip to content

Commit

Permalink
improve big-processing-machine recipe & energy
Browse files Browse the repository at this point in the history
  • Loading branch information
judos committed May 5, 2017
1 parent 03b9565 commit 1f45748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/prototypes/big-processing-machine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data:extend({
type = "recipe",
name = "big-processing-machine",
ingredients = {
{"stone", 80},{"steel-plate",40},{"iron-gear-wheel",30},{"advanced-circuit",25}
{"crusher", 2},{"pulverizer",2},{"steel-plate",20},{"advanced-circuit",20}
},
energy_required = 10,
result = "big-processing-machine"
Expand All @@ -31,7 +31,7 @@ overwriteContent(processer, {
name = "big-processing-machine",
max_health = 1500,
crafting_categories = {"big-processing-machine"},
energy_usage = "500kW",
energy_usage = "400kW",
source_inventory_size = 3,
result_inventory_size = 4,
crafting_speed = 4,
Expand Down

0 comments on commit 1f45748

Please sign in to comment.