We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadaa4b commit e3e72f7Copy full SHA for e3e72f7
control.lua
@@ -243,7 +243,6 @@ local function onTick(event)
243
for name,count in pairs(tl.get_contents()) do
244
-- debug(line..' '..name..' '..count)
245
item_name = name
246
- break
247
end
248
if e.type=="transport-belt-to-ground" and
249
e.belt_to_ground_type=="input" and
info.json
@@ -1,6 +1,6 @@
1
{
2
"name": "belt-overflow",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"title": "Belt Overflow",
5
"author": "Sparr",
6
"homepage": "http://github.com/sparr/factorio-mod-belt-overflow",
0 commit comments