alex-lawson / sb-automation

A comprehensive system of Starbound mods to automate the movement, production, and storage of materials, liquids, items, energy and data.
MIT License
12 stars 15 forks source link

Pumps don't work in unstable version #251

Closed krypt-lynx closed 10 years ago

alex-lawson commented 10 years ago

After some testing, I found this to be caused by another subtle change in the Lua iteration (similar to the other bugs). I've notified the devs and will see if they're planning to fix this. If not, I'll put out a hotfix for it soon.

krypt-lynx commented 10 years ago

If fix is simple, can you commit it in separate branch?

alex-lawson commented 10 years ago

If you're curious, the fix is: On line 80 of /objects/wired/pipe/pump/pump.lua, change for i = 1, 7 do to for i = 0, 7 do

krypt-lynx commented 10 years ago

Sorry, i'm close issue by accident