()
| 104 | |
| 105 | |
| 106 | def say_block_under(): |
| 107 | block = bot.blockAt(bot.players[username].entity.position.offset(0, -1, 0)) |
| 108 | bot.chat(f"Block under you is {block.displayName} in the {block.biome.name} biome") |
| 109 | print(block) |
| 110 | |
| 111 | |
| 112 | def quit_game(username): |