mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-31 12:01:24 +01:00
Attempt to fix test?
This commit is contained in:
parent
1b714e6449
commit
e61cfffab1
@ -103,7 +103,7 @@ class FakeClientHandler(object):
|
||||
# Called upon entering the play state.
|
||||
self.write_packet(clientbound.play.JoinGamePacket(
|
||||
entity_id=0, game_mode=0, dimension=0, hashed_seed=12345,
|
||||
difficulty=2, max_players=1, is_debug=False, is_flat=False,
|
||||
difficulty=2, max_players=1, level_type='default', is_debug=False, is_flat=False,
|
||||
reduced_debug_info=False, render_distance=9, respawn_screen=False))
|
||||
|
||||
def handle_play_packet(self, packet):
|
||||
|
Loading…
Reference in New Issue
Block a user