Skip to content

Commit

Permalink
1.11.4: Changed get/put electric stack size to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed May 5, 2018
1 parent 3a1e203 commit 9706ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ data:extend({
{"satellite", 1}
},
result = INPUT_ELECTRICITY_NAME,
requester_paste_multiplier = 4
requester_paste_multiplier = 1
},
{
type = "item",
Expand All @@ -312,7 +312,7 @@ data:extend({
subgroup = "electric-subgroup",
order = "a[items]-b["..INPUT_ELECTRICITY_NAME.."]",
place_result = INPUT_ELECTRICITY_NAME,
stack_size = 50
stack_size = 5
},
getElectricity,
{
Expand All @@ -327,7 +327,7 @@ data:extend({
{"satellite", 1}
},
result = OUTPUT_ELECTRICITY_NAME,
requester_paste_multiplier = 4
requester_paste_multiplier = 1
},
{
type = "item",
Expand All @@ -338,7 +338,7 @@ data:extend({
subgroup = "electric-subgroup",
order = "a[items]-b["..OUTPUT_ELECTRICITY_NAME.."]",
place_result = OUTPUT_ELECTRICITY_NAME,
stack_size = 50
stack_size = 5
}
})

Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "clusterio",
"title": "Clusterio",
"version": "1.11.3",
"version": "1.11.4",
"date": "31-12-2016",
"author": "Danielv123 & Keyboardhack & justarandomgeek & AreYouScared & psihius",
"dependencies": ["base >= 0.13"],
Expand Down

0 comments on commit 9706ae7

Please sign in to comment.