Skip to content

Commit e3e72f7

Browse files
committed
version bump, bug fix
1 parent cadaa4b commit e3e72f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: control.lua

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ local function onTick(event)
243243
for name,count in pairs(tl.get_contents()) do
244244
-- debug(line..' '..name..' '..count)
245245
item_name = name
246-
break
247246
end
248247
if e.type=="transport-belt-to-ground" and
249248
e.belt_to_ground_type=="input" and

Diff for: info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "belt-overflow",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"title": "Belt Overflow",
55
"author": "Sparr",
66
"homepage": "http://github.com/sparr/factorio-mod-belt-overflow",

0 commit comments

Comments
 (0)