Posted 16 December 2015 - 10:54 PM
Previous error due to function being declared below caller.
Will report back after more tests.
I've tried increasing my chunk view distance, adding more padding to the fuel formula, adding print debugging message, etc.
I can't figure out why it's halting.
Summary of execution is:
Place chest above.
Mine block in front, go down four spaces 25 times.
(Conditional: returning to chest if inventory full to unload.)
Return to chest, deposit contents.
Move forward four blocks.
In case you dont know, blocks in SkyGrid are separated by 3 air blocks in each dimension (read: coordinates, not world-gen).
Will report back after more tests.
Spoiler
http://pastebin.com/Ecg7191hI've tried increasing my chunk view distance, adding more padding to the fuel formula, adding print debugging message, etc.
I can't figure out why it's halting.
Summary of execution is:
Place chest above.
Mine block in front, go down four spaces 25 times.
(Conditional: returning to chest if inventory full to unload.)
Return to chest, deposit contents.
Move forward four blocks.
In case you dont know, blocks in SkyGrid are separated by 3 air blocks in each dimension (read: coordinates, not world-gen).
Edited on 18 December 2015 - 12:44 AM