Posted 04 November 2013 - 08:07 PM
With the addition of the testforbock x y z tile… And command blocks out outputting actual reults to a comparator, as well as text inside the gui, it would be nice to update the commandblock api to eat both those results.
This would enable you to get the block type directly using the command block without doing any sort of a loop.
it prints out 'false' got type block.name grass block.
So if you can get those results, then you can use a command block, to replace replicate an aweful lot of the sensor addon.
Use GPS to tell the command block computer where you're at… Ask it to test the block, get the results as text, and now you know it's grass, or what have you, dig or not dig based on that return. Now you have actual sensors capability on your turtle, just using modems, and command block.
This would enable you to get the block type directly using the command block without doing any sort of a loop.
it prints out 'false' got type block.name grass block.
So if you can get those results, then you can use a command block, to replace replicate an aweful lot of the sensor addon.
Use GPS to tell the command block computer where you're at… Ask it to test the block, get the results as text, and now you know it's grass, or what have you, dig or not dig based on that return. Now you have actual sensors capability on your turtle, just using modems, and command block.