Begin 1.16.2 chunk conversion

This commit is contained in:
2020-09-05 21:24:57 -06:00
parent 55ea50a6de
commit 71918953c2
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -127,6 +127,8 @@ def main():
packet = serverbound.play.ClientStatusPacket()
packet.action_id = serverbound.play.ClientStatusPacket.RESPAWN
connection.write_packet(packet)
elif text == '!test':
print(chunks.get_block_at(91, 65, 57))
else:
packet = serverbound.play.ChatPacket()
packet.message = text