Check block under player
- 
How do I check what block is the block under me?
 - 
How do I check what block is the block under me?
@ivanovladimirs
mc.theWorld.getBlockState(new BlockPos(mc.thePlayer).down(1)).getBlock() - 
@boblsmymanager ye but the mods will do it
 - 
@ivanovladimirs
mc.theWorld.getBlockState(new BlockPos(mc.thePlayer).down(1)).getBlock()@czechhek how do i check if its air under there?
 - 
@czechhek how do i check if its air under there?
 - 
@czechhek how do i check if its air under there?