Minecraft Python Modding – Project 10 – Block Detector

In this project, we will combine the infinite loop the for loop and the if statement. We will combine all of these tools to create a “Block Detector” program that tells us if we there is a certain block beneath us, and how deep it is. Very useful for trying to find diamonds!

Course Content

Project 10: Block Detector