CrafterOfWorlds 1 Posted December 15, 2016 Share Posted December 15, 2016 How do I make the dig program recognize my 64 slot robot, not just 16 slots? Once it reaches 16 slots, it tosses out all the items. Quote Link to post Share on other sites
0 kofteistkofte 0 Posted December 16, 2016 Share Posted December 16, 2016 Dig program coded for 16 slot robots, that's why it searches first 16 slots. You can change this number in the code. It could be programmed with one extra function using robot.inventorySize() to get real inventory size of the robot. Quote Link to post Share on other sites
0 kofteistkofte 0 Posted December 16, 2016 Share Posted December 16, 2016 I made a changed version of the program, it uses robot.inventorySize() at the begining and use this number. It might fix your ploblem.http://pastebin.com/iZTNfd8b Quote Link to post Share on other sites
How do I make the dig program recognize my 64 slot robot, not just 16 slots? Once it reaches 16 slots, it tosses out all the items.
Link to post
Share on other sites