Minecraft – Is it possible to sense the depth of a well

minecraft-feed-the-beastminecraft-java-edition

I use BC Quarries quite often, but I want to be able to monitor their progress through a computer. Is it possible to sense the depth of a well (or the quarry, or the water) using an item? Modpack is Tech World 2.

Best Answer

Option 1) You could use a turtle as the quarry, there are many programs already available which link to computers and the screens in CC(even terminal glasses) Turtles are pretty good quarries and when you add chunkloader to them and rednet they are incredible

This is my Favourite

Option 2) Write your own program for a turtle which connects to a terminal through rednet, have the turtle dig along side the quarry and tell it to stop if there is still a block next to it. then program it to send its Y coordinate to the computer.

You can use code that has already been written in other programs and put your code together that way.