Begin 1.16.2 chunk conversion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user