aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-04 15:56:06 +0000
committermat <git@matdoes.dev>2025-04-04 15:56:06 +0000
commit5272db8bb4653b0e77234ed9c4064dd647406dbb (patch)
treefc3fa2c7b78d251b2662960fd9b6b39f22101bb0
parent635bed9fcb8ea4048922364c9b5d7d1ee8b20063 (diff)
downloadazalea-drasl-5272db8bb4653b0e77234ed9c4064dd647406dbb.tar.xz
remove executable bit from files
-rw-r--r--[-rwxr-xr-x].cargo/config_fast_builds0
-rw-r--r--[-rwxr-xr-x].github/workflows/check.yml0
-rw-r--r--[-rwxr-xr-x].gitignore0
-rw-r--r--[-rwxr-xr-x].gitpod.yml0
-rw-r--r--[-rwxr-xr-x]README.md0
-rw-r--r--[-rwxr-xr-x]azalea-auth/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-auth/examples/auth.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/examples/auth_manual.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/examples/certificates.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/src/auth.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/src/cache.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/src/game_profile.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-auth/src/sessionserver.rs0
-rw-r--r--[-rwxr-xr-x]azalea-block/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-block/azalea-block-macros/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-block/azalea-block-macros/src/utils.rs0
-rw-r--r--[-rwxr-xr-x]azalea-block/src/behavior.rs0
-rw-r--r--[-rwxr-xr-x]azalea-block/src/generated.rs0
-rw-r--r--[-rwxr-xr-x]azalea-block/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/arguments/argument_type.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/arguments/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/builder/argument_builder.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/builder/literal_argument_builder.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/builder/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/builder/required_argument_builder.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/command_dispatcher.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/command_context.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/command_context_builder.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/parsed_argument.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/parsed_command_node.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/context/string_range.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/exceptions/builtin_exceptions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/exceptions/command_syntax_exception.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/exceptions/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/modifier.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/parse_results.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/string_reader.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/suggestion/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/suggestion/suggestions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/suggestion/suggestions_builder.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/src/tree/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/bool_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/double_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/float_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/integer_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/long_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/arguments/string_argument_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/builder/argument_builder_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/builder/literal_argument_builder_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/builder/required_argument_builder_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/command_dispatcher_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/command_dispatcher_usages_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/command_suggestions_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/context/command_context_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/context/parsed_argument_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/string_reader_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/suggestion/suggestion_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/suggestion/suggestions_builder_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/suggestion/suggestions_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/tree/abstract_command_node_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/tree/argument_command_node_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/tree/literal_command_node_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-brigadier/tests/tree/root_command_node_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-buf/azalea-buf-macros/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-buf/azalea-buf-macros/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/src/definitions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/src/read.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/src/serializable_uuid.rs0
-rw-r--r--[-rwxr-xr-x]azalea-buf/src/write.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/base_component.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/component.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/events.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/style.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/text_component.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/src/translatable_component.rs0
-rw-r--r--[-rwxr-xr-x]azalea-chat/tests/integration_test.rs0
-rw-r--r--[-rwxr-xr-x]azalea-client/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-client/src/account.rs0
-rw-r--r--[-rwxr-xr-x]azalea-client/src/ping.rs0
-rw-r--r--[-rwxr-xr-x]azalea-client/src/player.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/aabb.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/bitset.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/block_hit_result.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/cursor3d.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/delta.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/difficulty.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/direction.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/position.rs0
-rw-r--r--[-rwxr-xr-x]azalea-core/src/resource_location.rs0
-rw-r--r--[-rwxr-xr-x]azalea-crypto/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-crypto/benches/my_benchmark.rs0
-rw-r--r--[-rwxr-xr-x]azalea-crypto/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-crypto/src/signing.rs0
-rw-r--r--[-rwxr-xr-x]azalea-entity/src/data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-entity/src/dimensions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-entity/src/particle.rs0
-rw-r--r--[-rwxr-xr-x]azalea-language/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-language/src/en_us.json0
-rw-r--r--[-rwxr-xr-x]azalea-language/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-physics/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-physics/src/collision/discrete_voxel_shape.rs0
-rw-r--r--[-rwxr-xr-x]azalea-physics/src/collision/mergers.rs0
-rw-r--r--[-rwxr-xr-x]azalea-physics/src/collision/shape.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/azalea-protocol-macros/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/connect.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/config/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_add_entity.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_animate.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_award_stats.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_block_changed_ack.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_block_destruction.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_block_entity_data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_block_event.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_block_update.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_boss_event.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_change_difficulty.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_chat_preview.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_command_suggestions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_commands.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_container_set_content.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_container_set_data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_container_set_slot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_cookie_request.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_cooldown.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_custom_chat_completions.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_custom_payload.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_debug_sample.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_delete_chat.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_disconnect.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_entity_event.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_entity_position_sync.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_explode.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_forget_level_chunk.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_game_event.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_horse_screen_open.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_initialize_border.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_keep_alive.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_level_chunk_with_light.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_level_event.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_level_particles.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_light_update.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_login.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_map_item_data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_merchant_offers.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_move_entity_pos.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_move_entity_pos_rot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_move_entity_rot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_move_vehicle.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_open_book.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_open_screen.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_open_sign_editor.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_ping.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_place_ghost_recipe.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_abilities.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_chat_header.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_combat_end.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_combat_enter.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_combat_kill.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_look_at.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_position.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_player_rotation.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_pong_response.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_recipe_book_add.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_recipe_book_remove.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_recipe_book_settings.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_remove_entities.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_remove_mob_effect.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_respawn.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_rotate_head.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_section_blocks_update.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_select_advancements_tab.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_server_data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_action_bar_text.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_border_center.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_border_lerp_size.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_border_size.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_border_warning_delay.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_border_warning_distance.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_camera.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_chunk_cache_center.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_chunk_cache_radius.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_default_spawn_position.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_display_chat_preview.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_display_objective.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_entity_data.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_entity_link.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_entity_motion.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_equipment.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_experience.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_health.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_objective.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_passengers.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_player_team.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_score.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_simulation_distance.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_subtitle_text.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_time.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_title_text.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_set_titles_animation.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_sound.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_sound_entity.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_stop_sound.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_system_chat.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_tab_list.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_tag_query.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_take_item_entity.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_teleport_entity.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_update_advancements.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_update_attributes.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_update_mob_effect.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_update_recipes.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/c_update_tags.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_accept_teleportation.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_change_difficulty.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_chat.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_chat_ack.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_chat_command.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_chat_command_signed.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_chat_preview.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_client_command.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_client_information.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_command_suggestion.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_container_button_click.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_container_click.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_container_close.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_custom_payload.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_edit_book.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_interact.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_jigsaw_generate.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_keep_alive.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_lock_difficulty.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_move_player_pos.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_move_player_pos_rot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_move_player_rot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_move_player_status_only.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_move_vehicle.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_paddle_boat.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_pick_item_from_block.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_ping_request.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_place_recipe.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_player_abilities.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_player_action.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_player_command.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_player_input.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_pong.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_recipe_book_change_settings.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_recipe_book_seen_recipe.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_rename_item.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_resource_pack.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_seen_advancements.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_select_trade.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_beacon.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_carried_item.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_command_block.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_command_minecart.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_creative_mode_slot.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_jigsaw_block.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_set_structure_block.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_sign_update.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_swing.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_teleport_to_entity.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_use_item.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/game/s_use_item_on.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/handshake/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/handshake/s_intention.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_cookie_request.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_custom_query.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_hello.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_login_compression.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_login_disconnect.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/c_login_finished.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/s_cookie_response.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/s_custom_query.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/s_hello.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/login/s_key.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/status/c_pong_response.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/status/c_status_response.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/status/mod.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/status/s_ping_request.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/packets/status/s_status_request.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/read.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/resolver.rs0
-rw-r--r--[-rwxr-xr-x]azalea-protocol/src/write.rs0
-rw-r--r--[-rwxr-xr-x]azalea-registry/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-registry/azalea-registry-macros/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-registry/src/lib.rs0
-rw-r--r--[-rwxr-xr-x]azalea-world/README.md0
-rw-r--r--[-rwxr-xr-x]azalea-world/src/bit_storage.rs0
-rw-r--r--[-rwxr-xr-x]azalea-world/src/chunk_storage.rs0
-rw-r--r--[-rwxr-xr-x]azalea-world/src/palette.rs0
-rw-r--r--[-rwxr-xr-x]azalea/README.md0
-rw-r--r--[-rwxr-xr-x]azalea/examples/echo.rs0
-rw-r--r--[-rwxr-xr-x]codegen/.gitignore0
-rw-r--r--[-rwxr-xr-x]codegen/README.md0
-rw-r--r--[-rwxr-xr-x]codegen/genblocks.py0
-rw-r--r--[-rwxr-xr-x]codegen/genpackets.py0
-rw-r--r--[-rwxr-xr-x]codegen/genregistries.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/blocks.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/packet.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/registry.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/shapes.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/utils.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/code/version.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/download.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/extract.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/mappings.py0
-rw-r--r--[-rwxr-xr-x]codegen/lib/utils.py0
-rw-r--r--[-rwxr-xr-x]codegen/migrate.py0
-rw-r--r--[-rwxr-xr-x]codegen/newpacket.py0
325 files changed, 0 insertions, 0 deletions
diff --git a/.cargo/config_fast_builds b/.cargo/config_fast_builds
index 9f370141..9f370141 100755..100644
--- a/.cargo/config_fast_builds
+++ b/.cargo/config_fast_builds
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 6188f070..6188f070 100755..100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
diff --git a/.gitignore b/.gitignore
index 1e5d064f..1e5d064f 100755..100644
--- a/.gitignore
+++ b/.gitignore
diff --git a/.gitpod.yml b/.gitpod.yml
index f6d0d2af..f6d0d2af 100755..100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
diff --git a/README.md b/README.md
index 1eb2f6fc..1eb2f6fc 100755..100644
--- a/README.md
+++ b/README.md
diff --git a/azalea-auth/README.md b/azalea-auth/README.md
index 4b46bfce..4b46bfce 100755..100644
--- a/azalea-auth/README.md
+++ b/azalea-auth/README.md
diff --git a/azalea-auth/examples/auth.rs b/azalea-auth/examples/auth.rs
index 350c5b17..350c5b17 100755..100644
--- a/azalea-auth/examples/auth.rs
+++ b/azalea-auth/examples/auth.rs
diff --git a/azalea-auth/examples/auth_manual.rs b/azalea-auth/examples/auth_manual.rs
index 05803c87..05803c87 100755..100644
--- a/azalea-auth/examples/auth_manual.rs
+++ b/azalea-auth/examples/auth_manual.rs
diff --git a/azalea-auth/examples/certificates.rs b/azalea-auth/examples/certificates.rs
index 69a38efe..69a38efe 100755..100644
--- a/azalea-auth/examples/certificates.rs
+++ b/azalea-auth/examples/certificates.rs
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs
index 99dfc115..99dfc115 100755..100644
--- a/azalea-auth/src/auth.rs
+++ b/azalea-auth/src/auth.rs
diff --git a/azalea-auth/src/cache.rs b/azalea-auth/src/cache.rs
index ca32958f..ca32958f 100755..100644
--- a/azalea-auth/src/cache.rs
+++ b/azalea-auth/src/cache.rs
diff --git a/azalea-auth/src/game_profile.rs b/azalea-auth/src/game_profile.rs
index ebff4fce..ebff4fce 100755..100644
--- a/azalea-auth/src/game_profile.rs
+++ b/azalea-auth/src/game_profile.rs
diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs
index 1643bf04..1643bf04 100755..100644
--- a/azalea-auth/src/lib.rs
+++ b/azalea-auth/src/lib.rs
diff --git a/azalea-auth/src/sessionserver.rs b/azalea-auth/src/sessionserver.rs
index 87d0e32c..87d0e32c 100755..100644
--- a/azalea-auth/src/sessionserver.rs
+++ b/azalea-auth/src/sessionserver.rs
diff --git a/azalea-block/README.md b/azalea-block/README.md
index ae3b8c5f..ae3b8c5f 100755..100644
--- a/azalea-block/README.md
+++ b/azalea-block/README.md
diff --git a/azalea-block/azalea-block-macros/src/lib.rs b/azalea-block/azalea-block-macros/src/lib.rs
index 7952a8d1..7952a8d1 100755..100644
--- a/azalea-block/azalea-block-macros/src/lib.rs
+++ b/azalea-block/azalea-block-macros/src/lib.rs
diff --git a/azalea-block/azalea-block-macros/src/utils.rs b/azalea-block/azalea-block-macros/src/utils.rs
index 6e0acc61..6e0acc61 100755..100644
--- a/azalea-block/azalea-block-macros/src/utils.rs
+++ b/azalea-block/azalea-block-macros/src/utils.rs
diff --git a/azalea-block/src/behavior.rs b/azalea-block/src/behavior.rs
index 37487b35..37487b35 100755..100644
--- a/azalea-block/src/behavior.rs
+++ b/azalea-block/src/behavior.rs
diff --git a/azalea-block/src/generated.rs b/azalea-block/src/generated.rs
index 886b9dcc..886b9dcc 100755..100644
--- a/azalea-block/src/generated.rs
+++ b/azalea-block/src/generated.rs
diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs
index fdffe372..fdffe372 100755..100644
--- a/azalea-block/src/lib.rs
+++ b/azalea-block/src/lib.rs
diff --git a/azalea-brigadier/README.md b/azalea-brigadier/README.md
index 44a5e2c5..44a5e2c5 100755..100644
--- a/azalea-brigadier/README.md
+++ b/azalea-brigadier/README.md
diff --git a/azalea-brigadier/src/arguments/argument_type.rs b/azalea-brigadier/src/arguments/argument_type.rs
index d7bfa7d6..d7bfa7d6 100755..100644
--- a/azalea-brigadier/src/arguments/argument_type.rs
+++ b/azalea-brigadier/src/arguments/argument_type.rs
diff --git a/azalea-brigadier/src/arguments/mod.rs b/azalea-brigadier/src/arguments/mod.rs
index 9d2c2cd0..9d2c2cd0 100755..100644
--- a/azalea-brigadier/src/arguments/mod.rs
+++ b/azalea-brigadier/src/arguments/mod.rs
diff --git a/azalea-brigadier/src/builder/argument_builder.rs b/azalea-brigadier/src/builder/argument_builder.rs
index 9ebe6400..9ebe6400 100755..100644
--- a/azalea-brigadier/src/builder/argument_builder.rs
+++ b/azalea-brigadier/src/builder/argument_builder.rs
diff --git a/azalea-brigadier/src/builder/literal_argument_builder.rs b/azalea-brigadier/src/builder/literal_argument_builder.rs
index 6627ffdc..6627ffdc 100755..100644
--- a/azalea-brigadier/src/builder/literal_argument_builder.rs
+++ b/azalea-brigadier/src/builder/literal_argument_builder.rs
diff --git a/azalea-brigadier/src/builder/mod.rs b/azalea-brigadier/src/builder/mod.rs
index 26f2f644..26f2f644 100755..100644
--- a/azalea-brigadier/src/builder/mod.rs
+++ b/azalea-brigadier/src/builder/mod.rs
diff --git a/azalea-brigadier/src/builder/required_argument_builder.rs b/azalea-brigadier/src/builder/required_argument_builder.rs
index 51f0acec..51f0acec 100755..100644
--- a/azalea-brigadier/src/builder/required_argument_builder.rs
+++ b/azalea-brigadier/src/builder/required_argument_builder.rs
diff --git a/azalea-brigadier/src/command_dispatcher.rs b/azalea-brigadier/src/command_dispatcher.rs
index eaf4a5e0..eaf4a5e0 100755..100644
--- a/azalea-brigadier/src/command_dispatcher.rs
+++ b/azalea-brigadier/src/command_dispatcher.rs
diff --git a/azalea-brigadier/src/context/command_context.rs b/azalea-brigadier/src/context/command_context.rs
index 202d6f21..202d6f21 100755..100644
--- a/azalea-brigadier/src/context/command_context.rs
+++ b/azalea-brigadier/src/context/command_context.rs
diff --git a/azalea-brigadier/src/context/command_context_builder.rs b/azalea-brigadier/src/context/command_context_builder.rs
index 87427bc1..87427bc1 100755..100644
--- a/azalea-brigadier/src/context/command_context_builder.rs
+++ b/azalea-brigadier/src/context/command_context_builder.rs
diff --git a/azalea-brigadier/src/context/mod.rs b/azalea-brigadier/src/context/mod.rs
index 28e1a12e..28e1a12e 100755..100644
--- a/azalea-brigadier/src/context/mod.rs
+++ b/azalea-brigadier/src/context/mod.rs
diff --git a/azalea-brigadier/src/context/parsed_argument.rs b/azalea-brigadier/src/context/parsed_argument.rs
index ef559694..ef559694 100755..100644
--- a/azalea-brigadier/src/context/parsed_argument.rs
+++ b/azalea-brigadier/src/context/parsed_argument.rs
diff --git a/azalea-brigadier/src/context/parsed_command_node.rs b/azalea-brigadier/src/context/parsed_command_node.rs
index 62da13d8..62da13d8 100755..100644
--- a/azalea-brigadier/src/context/parsed_command_node.rs
+++ b/azalea-brigadier/src/context/parsed_command_node.rs
diff --git a/azalea-brigadier/src/context/string_range.rs b/azalea-brigadier/src/context/string_range.rs
index 75163405..75163405 100755..100644
--- a/azalea-brigadier/src/context/string_range.rs
+++ b/azalea-brigadier/src/context/string_range.rs
diff --git a/azalea-brigadier/src/exceptions/builtin_exceptions.rs b/azalea-brigadier/src/exceptions/builtin_exceptions.rs
index bf2072c1..bf2072c1 100755..100644
--- a/azalea-brigadier/src/exceptions/builtin_exceptions.rs
+++ b/azalea-brigadier/src/exceptions/builtin_exceptions.rs
diff --git a/azalea-brigadier/src/exceptions/command_syntax_exception.rs b/azalea-brigadier/src/exceptions/command_syntax_exception.rs
index 657649b0..657649b0 100755..100644
--- a/azalea-brigadier/src/exceptions/command_syntax_exception.rs
+++ b/azalea-brigadier/src/exceptions/command_syntax_exception.rs
diff --git a/azalea-brigadier/src/exceptions/mod.rs b/azalea-brigadier/src/exceptions/mod.rs
index 6b9c8d62..6b9c8d62 100755..100644
--- a/azalea-brigadier/src/exceptions/mod.rs
+++ b/azalea-brigadier/src/exceptions/mod.rs
diff --git a/azalea-brigadier/src/lib.rs b/azalea-brigadier/src/lib.rs
index 4f704d46..4f704d46 100755..100644
--- a/azalea-brigadier/src/lib.rs
+++ b/azalea-brigadier/src/lib.rs
diff --git a/azalea-brigadier/src/modifier.rs b/azalea-brigadier/src/modifier.rs
index bebdd0cb..bebdd0cb 100755..100644
--- a/azalea-brigadier/src/modifier.rs
+++ b/azalea-brigadier/src/modifier.rs
diff --git a/azalea-brigadier/src/parse_results.rs b/azalea-brigadier/src/parse_results.rs
index a2cefcf7..a2cefcf7 100755..100644
--- a/azalea-brigadier/src/parse_results.rs
+++ b/azalea-brigadier/src/parse_results.rs
diff --git a/azalea-brigadier/src/string_reader.rs b/azalea-brigadier/src/string_reader.rs
index 963a2244..963a2244 100755..100644
--- a/azalea-brigadier/src/string_reader.rs
+++ b/azalea-brigadier/src/string_reader.rs
diff --git a/azalea-brigadier/src/suggestion/mod.rs b/azalea-brigadier/src/suggestion/mod.rs
index a31b6837..a31b6837 100755..100644
--- a/azalea-brigadier/src/suggestion/mod.rs
+++ b/azalea-brigadier/src/suggestion/mod.rs
diff --git a/azalea-brigadier/src/suggestion/suggestions.rs b/azalea-brigadier/src/suggestion/suggestions.rs
index 60eaa111..60eaa111 100755..100644
--- a/azalea-brigadier/src/suggestion/suggestions.rs
+++ b/azalea-brigadier/src/suggestion/suggestions.rs
diff --git a/azalea-brigadier/src/suggestion/suggestions_builder.rs b/azalea-brigadier/src/suggestion/suggestions_builder.rs
index 85c8f4d8..85c8f4d8 100755..100644
--- a/azalea-brigadier/src/suggestion/suggestions_builder.rs
+++ b/azalea-brigadier/src/suggestion/suggestions_builder.rs
diff --git a/azalea-brigadier/src/tree/mod.rs b/azalea-brigadier/src/tree/mod.rs
index 690e5df3..690e5df3 100755..100644
--- a/azalea-brigadier/src/tree/mod.rs
+++ b/azalea-brigadier/src/tree/mod.rs
diff --git a/azalea-brigadier/tests/arguments/bool_argument_type_test.rs b/azalea-brigadier/tests/arguments/bool_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/bool_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/bool_argument_type_test.rs
diff --git a/azalea-brigadier/tests/arguments/double_argument_type_test.rs b/azalea-brigadier/tests/arguments/double_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/double_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/double_argument_type_test.rs
diff --git a/azalea-brigadier/tests/arguments/float_argument_type_test.rs b/azalea-brigadier/tests/arguments/float_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/float_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/float_argument_type_test.rs
diff --git a/azalea-brigadier/tests/arguments/integer_argument_type_test.rs b/azalea-brigadier/tests/arguments/integer_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/integer_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/integer_argument_type_test.rs
diff --git a/azalea-brigadier/tests/arguments/long_argument_type_test.rs b/azalea-brigadier/tests/arguments/long_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/long_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/long_argument_type_test.rs
diff --git a/azalea-brigadier/tests/arguments/string_argument_type_test.rs b/azalea-brigadier/tests/arguments/string_argument_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/arguments/string_argument_type_test.rs
+++ b/azalea-brigadier/tests/arguments/string_argument_type_test.rs
diff --git a/azalea-brigadier/tests/builder/argument_builder_test.rs b/azalea-brigadier/tests/builder/argument_builder_test.rs
index 178a383b..178a383b 100755..100644
--- a/azalea-brigadier/tests/builder/argument_builder_test.rs
+++ b/azalea-brigadier/tests/builder/argument_builder_test.rs
diff --git a/azalea-brigadier/tests/builder/literal_argument_builder_test.rs b/azalea-brigadier/tests/builder/literal_argument_builder_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/builder/literal_argument_builder_test.rs
+++ b/azalea-brigadier/tests/builder/literal_argument_builder_test.rs
diff --git a/azalea-brigadier/tests/builder/required_argument_builder_test.rs b/azalea-brigadier/tests/builder/required_argument_builder_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/builder/required_argument_builder_test.rs
+++ b/azalea-brigadier/tests/builder/required_argument_builder_test.rs
diff --git a/azalea-brigadier/tests/command_dispatcher_test.rs b/azalea-brigadier/tests/command_dispatcher_test.rs
index eecbf668..eecbf668 100755..100644
--- a/azalea-brigadier/tests/command_dispatcher_test.rs
+++ b/azalea-brigadier/tests/command_dispatcher_test.rs
diff --git a/azalea-brigadier/tests/command_dispatcher_usages_test.rs b/azalea-brigadier/tests/command_dispatcher_usages_test.rs
index a80a2a97..a80a2a97 100755..100644
--- a/azalea-brigadier/tests/command_dispatcher_usages_test.rs
+++ b/azalea-brigadier/tests/command_dispatcher_usages_test.rs
diff --git a/azalea-brigadier/tests/command_suggestions_test.rs b/azalea-brigadier/tests/command_suggestions_test.rs
index a907dd6e..a907dd6e 100755..100644
--- a/azalea-brigadier/tests/command_suggestions_test.rs
+++ b/azalea-brigadier/tests/command_suggestions_test.rs
diff --git a/azalea-brigadier/tests/context/command_context_test.rs b/azalea-brigadier/tests/context/command_context_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/context/command_context_test.rs
+++ b/azalea-brigadier/tests/context/command_context_test.rs
diff --git a/azalea-brigadier/tests/context/parsed_argument_test.rs b/azalea-brigadier/tests/context/parsed_argument_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/context/parsed_argument_test.rs
+++ b/azalea-brigadier/tests/context/parsed_argument_test.rs
diff --git a/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs b/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs
+++ b/azalea-brigadier/tests/exceptions/dynamic_command_syntax_exception_type_test.rs
diff --git a/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs b/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs
index 8b137891..8b137891 100755..100644
--- a/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs
+++ b/azalea-brigadier/tests/exceptions/simple_command_syntax_exception_type_test.rs
diff --git a/azalea-brigadier/tests/string_reader_test.rs b/azalea-brigadier/tests/string_reader_test.rs
index de605e99..de605e99 100755..100644
--- a/azalea-brigadier/tests/string_reader_test.rs
+++ b/azalea-brigadier/tests/string_reader_test.rs
diff --git a/azalea-brigadier/tests/suggestion/suggestion_test.rs b/azalea-brigadier/tests/suggestion/suggestion_test.rs
index e3c70c25..e3c70c25 100755..100644
--- a/azalea-brigadier/tests/suggestion/suggestion_test.rs
+++ b/azalea-brigadier/tests/suggestion/suggestion_test.rs
diff --git a/azalea-brigadier/tests/suggestion/suggestions_builder_test.rs b/azalea-brigadier/tests/suggestion/suggestions_builder_test.rs
index 08ce65d4..08ce65d4 100755..100644
--- a/azalea-brigadier/tests/suggestion/suggestions_builder_test.rs
+++ b/azalea-brigadier/tests/suggestion/suggestions_builder_test.rs
diff --git a/azalea-brigadier/tests/suggestion/suggestions_test.rs b/azalea-brigadier/tests/suggestion/suggestions_test.rs
index 987dfb71..987dfb71 100755..100644
--- a/azalea-brigadier/tests/suggestion/suggestions_test.rs
+++ b/azalea-brigadier/tests/suggestion/suggestions_test.rs
diff --git a/azalea-brigadier/tests/tree/abstract_command_node_test.rs b/azalea-brigadier/tests/tree/abstract_command_node_test.rs
index e69de29b..e69de29b 100755..100644
--- a/azalea-brigadier/tests/tree/abstract_command_node_test.rs
+++ b/azalea-brigadier/tests/tree/abstract_command_node_test.rs
diff --git a/azalea-brigadier/tests/tree/argument_command_node_test.rs b/azalea-brigadier/tests/tree/argument_command_node_test.rs
index e69de29b..e69de29b 100755..100644
--- a/azalea-brigadier/tests/tree/argument_command_node_test.rs
+++ b/azalea-brigadier/tests/tree/argument_command_node_test.rs
diff --git a/azalea-brigadier/tests/tree/literal_command_node_test.rs b/azalea-brigadier/tests/tree/literal_command_node_test.rs
index e69de29b..e69de29b 100755..100644
--- a/azalea-brigadier/tests/tree/literal_command_node_test.rs
+++ b/azalea-brigadier/tests/tree/literal_command_node_test.rs
diff --git a/azalea-brigadier/tests/tree/root_command_node_test.rs b/azalea-brigadier/tests/tree/root_command_node_test.rs
index e69de29b..e69de29b 100755..100644
--- a/azalea-brigadier/tests/tree/root_command_node_test.rs
+++ b/azalea-brigadier/tests/tree/root_command_node_test.rs
diff --git a/azalea-buf/README.md b/azalea-buf/README.md
index 378f3e05..378f3e05 100755..100644
--- a/azalea-buf/README.md
+++ b/azalea-buf/README.md
diff --git a/azalea-buf/azalea-buf-macros/README.md b/azalea-buf/azalea-buf-macros/README.md
index b9622991..b9622991 100755..100644
--- a/azalea-buf/azalea-buf-macros/README.md
+++ b/azalea-buf/azalea-buf-macros/README.md
diff --git a/azalea-buf/azalea-buf-macros/src/lib.rs b/azalea-buf/azalea-buf-macros/src/lib.rs
index c4938f89..c4938f89 100755..100644
--- a/azalea-buf/azalea-buf-macros/src/lib.rs
+++ b/azalea-buf/azalea-buf-macros/src/lib.rs
diff --git a/azalea-buf/src/definitions.rs b/azalea-buf/src/definitions.rs
index 18581aa0..18581aa0 100755..100644
--- a/azalea-buf/src/definitions.rs
+++ b/azalea-buf/src/definitions.rs
diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs
index ef3bd3a8..ef3bd3a8 100755..100644
--- a/azalea-buf/src/lib.rs
+++ b/azalea-buf/src/lib.rs
diff --git a/azalea-buf/src/read.rs b/azalea-buf/src/read.rs
index b1b95f4d..b1b95f4d 100755..100644
--- a/azalea-buf/src/read.rs
+++ b/azalea-buf/src/read.rs
diff --git a/azalea-buf/src/serializable_uuid.rs b/azalea-buf/src/serializable_uuid.rs
index 10e57eeb..10e57eeb 100755..100644
--- a/azalea-buf/src/serializable_uuid.rs
+++ b/azalea-buf/src/serializable_uuid.rs
diff --git a/azalea-buf/src/write.rs b/azalea-buf/src/write.rs
index c56b0062..c56b0062 100755..100644
--- a/azalea-buf/src/write.rs
+++ b/azalea-buf/src/write.rs
diff --git a/azalea-chat/README.md b/azalea-chat/README.md
index e79d273a..e79d273a 100755..100644
--- a/azalea-chat/README.md
+++ b/azalea-chat/README.md
diff --git a/azalea-chat/src/base_component.rs b/azalea-chat/src/base_component.rs
index cbc5ae8b..cbc5ae8b 100755..100644
--- a/azalea-chat/src/base_component.rs
+++ b/azalea-chat/src/base_component.rs
diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs
index e96ead43..e96ead43 100755..100644
--- a/azalea-chat/src/component.rs
+++ b/azalea-chat/src/component.rs
diff --git a/azalea-chat/src/events.rs b/azalea-chat/src/events.rs
index a547169e..a547169e 100755..100644
--- a/azalea-chat/src/events.rs
+++ b/azalea-chat/src/events.rs
diff --git a/azalea-chat/src/lib.rs b/azalea-chat/src/lib.rs
index 9995a183..9995a183 100755..100644
--- a/azalea-chat/src/lib.rs
+++ b/azalea-chat/src/lib.rs
diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs
index 26fa2633..26fa2633 100755..100644
--- a/azalea-chat/src/style.rs
+++ b/azalea-chat/src/style.rs
diff --git a/azalea-chat/src/text_component.rs b/azalea-chat/src/text_component.rs
index db1b4edf..db1b4edf 100755..100644
--- a/azalea-chat/src/text_component.rs
+++ b/azalea-chat/src/text_component.rs
diff --git a/azalea-chat/src/translatable_component.rs b/azalea-chat/src/translatable_component.rs
index 452de738..452de738 100755..100644
--- a/azalea-chat/src/translatable_component.rs
+++ b/azalea-chat/src/translatable_component.rs
diff --git a/azalea-chat/tests/integration_test.rs b/azalea-chat/tests/integration_test.rs
index ec305d49..ec305d49 100755..100644
--- a/azalea-chat/tests/integration_test.rs
+++ b/azalea-chat/tests/integration_test.rs
diff --git a/azalea-client/README.md b/azalea-client/README.md
index 296cab07..296cab07 100755..100644
--- a/azalea-client/README.md
+++ b/azalea-client/README.md
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs
index 5e2fafa7..5e2fafa7 100755..100644
--- a/azalea-client/src/account.rs
+++ b/azalea-client/src/account.rs
diff --git a/azalea-client/src/ping.rs b/azalea-client/src/ping.rs
index 38d5c26f..38d5c26f 100755..100644
--- a/azalea-client/src/ping.rs
+++ b/azalea-client/src/ping.rs
diff --git a/azalea-client/src/player.rs b/azalea-client/src/player.rs
index 0940255c..0940255c 100755..100644
--- a/azalea-client/src/player.rs
+++ b/azalea-client/src/player.rs
diff --git a/azalea-core/README.md b/azalea-core/README.md
index f8564484..f8564484 100755..100644
--- a/azalea-core/README.md
+++ b/azalea-core/README.md
diff --git a/azalea-core/src/aabb.rs b/azalea-core/src/aabb.rs
index 6796e79c..6796e79c 100755..100644
--- a/azalea-core/src/aabb.rs
+++ b/azalea-core/src/aabb.rs
diff --git a/azalea-core/src/bitset.rs b/azalea-core/src/bitset.rs
index 5af05e19..5af05e19 100755..100644
--- a/azalea-core/src/bitset.rs
+++ b/azalea-core/src/bitset.rs
diff --git a/azalea-core/src/block_hit_result.rs b/azalea-core/src/block_hit_result.rs
index 4d930453..4d930453 100755..100644
--- a/azalea-core/src/block_hit_result.rs
+++ b/azalea-core/src/block_hit_result.rs
diff --git a/azalea-core/src/cursor3d.rs b/azalea-core/src/cursor3d.rs
index dc96d890..dc96d890 100755..100644
--- a/azalea-core/src/cursor3d.rs
+++ b/azalea-core/src/cursor3d.rs
diff --git a/azalea-core/src/delta.rs b/azalea-core/src/delta.rs
index dd598f77..dd598f77 100755..100644
--- a/azalea-core/src/delta.rs
+++ b/azalea-core/src/delta.rs
diff --git a/azalea-core/src/difficulty.rs b/azalea-core/src/difficulty.rs
index b907bbb3..b907bbb3 100755..100644
--- a/azalea-core/src/difficulty.rs
+++ b/azalea-core/src/difficulty.rs
diff --git a/azalea-core/src/direction.rs b/azalea-core/src/direction.rs
index 656cab1b..656cab1b 100755..100644
--- a/azalea-core/src/direction.rs
+++ b/azalea-core/src/direction.rs
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs
index a539dbd4..a539dbd4 100755..100644
--- a/azalea-core/src/lib.rs
+++ b/azalea-core/src/lib.rs
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs
index e82e5e4a..e82e5e4a 100755..100644
--- a/azalea-core/src/position.rs
+++ b/azalea-core/src/position.rs
diff --git a/azalea-core/src/resource_location.rs b/azalea-core/src/resource_location.rs
index 0b21a43b..0b21a43b 100755..100644
--- a/azalea-core/src/resource_location.rs
+++ b/azalea-core/src/resource_location.rs
diff --git a/azalea-crypto/README.md b/azalea-crypto/README.md
index 49ec3f2f..49ec3f2f 100755..100644
--- a/azalea-crypto/README.md
+++ b/azalea-crypto/README.md
diff --git a/azalea-crypto/benches/my_benchmark.rs b/azalea-crypto/benches/my_benchmark.rs
index 4a115b37..4a115b37 100755..100644
--- a/azalea-crypto/benches/my_benchmark.rs
+++ b/azalea-crypto/benches/my_benchmark.rs
diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs
index b087c426..b087c426 100755..100644
--- a/azalea-crypto/src/lib.rs
+++ b/azalea-crypto/src/lib.rs
diff --git a/azalea-crypto/src/signing.rs b/azalea-crypto/src/signing.rs
index 05fa1810..05fa1810 100755..100644
--- a/azalea-crypto/src/signing.rs
+++ b/azalea-crypto/src/signing.rs
diff --git a/azalea-entity/src/data.rs b/azalea-entity/src/data.rs
index c92d1c95..c92d1c95 100755..100644
--- a/azalea-entity/src/data.rs
+++ b/azalea-entity/src/data.rs
diff --git a/azalea-entity/src/dimensions.rs b/azalea-entity/src/dimensions.rs
index 8d9a1eae..8d9a1eae 100755..100644
--- a/azalea-entity/src/dimensions.rs
+++ b/azalea-entity/src/dimensions.rs
diff --git a/azalea-entity/src/particle.rs b/azalea-entity/src/particle.rs
index 6bc1ef6f..6bc1ef6f 100755..100644
--- a/azalea-entity/src/particle.rs
+++ b/azalea-entity/src/particle.rs
diff --git a/azalea-language/README.md b/azalea-language/README.md
index 87453cf3..87453cf3 100755..100644
--- a/azalea-language/README.md
+++ b/azalea-language/README.md
diff --git a/azalea-language/src/en_us.json b/azalea-language/src/en_us.json
index f79b3c7f..f79b3c7f 100755..100644
--- a/azalea-language/src/en_us.json
+++ b/azalea-language/src/en_us.json
diff --git a/azalea-language/src/lib.rs b/azalea-language/src/lib.rs
index d86a2697..d86a2697 100755..100644
--- a/azalea-language/src/lib.rs
+++ b/azalea-language/src/lib.rs
diff --git a/azalea-physics/README.md b/azalea-physics/README.md
index 21ee18ba..21ee18ba 100755..100644
--- a/azalea-physics/README.md
+++ b/azalea-physics/README.md
diff --git a/azalea-physics/src/collision/discrete_voxel_shape.rs b/azalea-physics/src/collision/discrete_voxel_shape.rs
index cacbc987..cacbc987 100755..100644
--- a/azalea-physics/src/collision/discrete_voxel_shape.rs
+++ b/azalea-physics/src/collision/discrete_voxel_shape.rs
diff --git a/azalea-physics/src/collision/mergers.rs b/azalea-physics/src/collision/mergers.rs
index dbe9c1e8..dbe9c1e8 100755..100644
--- a/azalea-physics/src/collision/mergers.rs
+++ b/azalea-physics/src/collision/mergers.rs
diff --git a/azalea-physics/src/collision/shape.rs b/azalea-physics/src/collision/shape.rs
index fc5615c3..fc5615c3 100755..100644
--- a/azalea-physics/src/collision/shape.rs
+++ b/azalea-physics/src/collision/shape.rs
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 5b1907df..5b1907df 100755..100644
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
diff --git a/azalea-protocol/azalea-protocol-macros/src/lib.rs b/azalea-protocol/azalea-protocol-macros/src/lib.rs
index a1255519..a1255519 100755..100644
--- a/azalea-protocol/azalea-protocol-macros/src/lib.rs
+++ b/azalea-protocol/azalea-protocol-macros/src/lib.rs
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs
index 13a86ed8..13a86ed8 100755..100644
--- a/azalea-protocol/src/connect.rs
+++ b/azalea-protocol/src/connect.rs
diff --git a/azalea-protocol/src/packets/config/mod.rs b/azalea-protocol/src/packets/config/mod.rs
index ab1c1a78..ab1c1a78 100755..100644
--- a/azalea-protocol/src/packets/config/mod.rs
+++ b/azalea-protocol/src/packets/config/mod.rs
diff --git a/azalea-protocol/src/packets/game/c_add_entity.rs b/azalea-protocol/src/packets/game/c_add_entity.rs
index 008d6d28..008d6d28 100755..100644
--- a/azalea-protocol/src/packets/game/c_add_entity.rs
+++ b/azalea-protocol/src/packets/game/c_add_entity.rs
diff --git a/azalea-protocol/src/packets/game/c_animate.rs b/azalea-protocol/src/packets/game/c_animate.rs
index eaaa151d..eaaa151d 100755..100644
--- a/azalea-protocol/src/packets/game/c_animate.rs
+++ b/azalea-protocol/src/packets/game/c_animate.rs
diff --git a/azalea-protocol/src/packets/game/c_award_stats.rs b/azalea-protocol/src/packets/game/c_award_stats.rs
index 20f8b1e0..20f8b1e0 100755..100644
--- a/azalea-protocol/src/packets/game/c_award_stats.rs
+++ b/azalea-protocol/src/packets/game/c_award_stats.rs
diff --git a/azalea-protocol/src/packets/game/c_block_changed_ack.rs b/azalea-protocol/src/packets/game/c_block_changed_ack.rs
index ebb303c0..ebb303c0 100755..100644
--- a/azalea-protocol/src/packets/game/c_block_changed_ack.rs
+++ b/azalea-protocol/src/packets/game/c_block_changed_ack.rs
diff --git a/azalea-protocol/src/packets/game/c_block_destruction.rs b/azalea-protocol/src/packets/game/c_block_destruction.rs
index 4a6e5f69..4a6e5f69 100755..100644
--- a/azalea-protocol/src/packets/game/c_block_destruction.rs
+++ b/azalea-protocol/src/packets/game/c_block_destruction.rs
diff --git a/azalea-protocol/src/packets/game/c_block_entity_data.rs b/azalea-protocol/src/packets/game/c_block_entity_data.rs
index 82ba60de..82ba60de 100755..100644
--- a/azalea-protocol/src/packets/game/c_block_entity_data.rs
+++ b/azalea-protocol/src/packets/game/c_block_entity_data.rs
diff --git a/azalea-protocol/src/packets/game/c_block_event.rs b/azalea-protocol/src/packets/game/c_block_event.rs
index 3a71b186..3a71b186 100755..100644
--- a/azalea-protocol/src/packets/game/c_block_event.rs
+++ b/azalea-protocol/src/packets/game/c_block_event.rs
diff --git a/azalea-protocol/src/packets/game/c_block_update.rs b/azalea-protocol/src/packets/game/c_block_update.rs
index ae9bd998..ae9bd998 100755..100644
--- a/azalea-protocol/src/packets/game/c_block_update.rs
+++ b/azalea-protocol/src/packets/game/c_block_update.rs
diff --git a/azalea-protocol/src/packets/game/c_boss_event.rs b/azalea-protocol/src/packets/game/c_boss_event.rs
index 58d9f4bb..58d9f4bb 100755..100644
--- a/azalea-protocol/src/packets/game/c_boss_event.rs
+++ b/azalea-protocol/src/packets/game/c_boss_event.rs
diff --git a/azalea-protocol/src/packets/game/c_change_difficulty.rs b/azalea-protocol/src/packets/game/c_change_difficulty.rs
index cdcc4792..cdcc4792 100755..100644
--- a/azalea-protocol/src/packets/game/c_change_difficulty.rs
+++ b/azalea-protocol/src/packets/game/c_change_difficulty.rs
diff --git a/azalea-protocol/src/packets/game/c_chat_preview.rs b/azalea-protocol/src/packets/game/c_chat_preview.rs
index e0ddd2ec..e0ddd2ec 100755..100644
--- a/azalea-protocol/src/packets/game/c_chat_preview.rs
+++ b/azalea-protocol/src/packets/game/c_chat_preview.rs
diff --git a/azalea-protocol/src/packets/game/c_command_suggestions.rs b/azalea-protocol/src/packets/game/c_command_suggestions.rs
index 37679a72..37679a72 100755..100644
--- a/azalea-protocol/src/packets/game/c_command_suggestions.rs
+++ b/azalea-protocol/src/packets/game/c_command_suggestions.rs
diff --git a/azalea-protocol/src/packets/game/c_commands.rs b/azalea-protocol/src/packets/game/c_commands.rs
index cd21ddd1..cd21ddd1 100755..100644
--- a/azalea-protocol/src/packets/game/c_commands.rs
+++ b/azalea-protocol/src/packets/game/c_commands.rs
diff --git a/azalea-protocol/src/packets/game/c_container_set_content.rs b/azalea-protocol/src/packets/game/c_container_set_content.rs
index 77ea9ec7..77ea9ec7 100755..100644
--- a/azalea-protocol/src/packets/game/c_container_set_content.rs
+++ b/azalea-protocol/src/packets/game/c_container_set_content.rs
diff --git a/azalea-protocol/src/packets/game/c_container_set_data.rs b/azalea-protocol/src/packets/game/c_container_set_data.rs
index 149080b1..149080b1 100755..100644
--- a/azalea-protocol/src/packets/game/c_container_set_data.rs
+++ b/azalea-protocol/src/packets/game/c_container_set_data.rs
diff --git a/azalea-protocol/src/packets/game/c_container_set_slot.rs b/azalea-protocol/src/packets/game/c_container_set_slot.rs
index 20df5b06..20df5b06 100755..100644
--- a/azalea-protocol/src/packets/game/c_container_set_slot.rs
+++ b/azalea-protocol/src/packets/game/c_container_set_slot.rs
diff --git a/azalea-protocol/src/packets/game/c_cookie_request.rs b/azalea-protocol/src/packets/game/c_cookie_request.rs
index 330b7334..330b7334 100755..100644
--- a/azalea-protocol/src/packets/game/c_cookie_request.rs
+++ b/azalea-protocol/src/packets/game/c_cookie_request.rs
diff --git a/azalea-protocol/src/packets/game/c_cooldown.rs b/azalea-protocol/src/packets/game/c_cooldown.rs
index 016101b7..016101b7 100755..100644
--- a/azalea-protocol/src/packets/game/c_cooldown.rs
+++ b/azalea-protocol/src/packets/game/c_cooldown.rs
diff --git a/azalea-protocol/src/packets/game/c_custom_chat_completions.rs b/azalea-protocol/src/packets/game/c_custom_chat_completions.rs
index 87c27b7a..87c27b7a 100755..100644
--- a/azalea-protocol/src/packets/game/c_custom_chat_completions.rs
+++ b/azalea-protocol/src/packets/game/c_custom_chat_completions.rs
diff --git a/azalea-protocol/src/packets/game/c_custom_payload.rs b/azalea-protocol/src/packets/game/c_custom_payload.rs
index 0610d63e..0610d63e 100755..100644
--- a/azalea-protocol/src/packets/game/c_custom_payload.rs
+++ b/azalea-protocol/src/packets/game/c_custom_payload.rs
diff --git a/azalea-protocol/src/packets/game/c_debug_sample.rs b/azalea-protocol/src/packets/game/c_debug_sample.rs
index 50550062..50550062 100755..100644
--- a/azalea-protocol/src/packets/game/c_debug_sample.rs
+++ b/azalea-protocol/src/packets/game/c_debug_sample.rs
diff --git a/azalea-protocol/src/packets/game/c_delete_chat.rs b/azalea-protocol/src/packets/game/c_delete_chat.rs
index d44a4553..d44a4553 100755..100644
--- a/azalea-protocol/src/packets/game/c_delete_chat.rs
+++ b/azalea-protocol/src/packets/game/c_delete_chat.rs
diff --git a/azalea-protocol/src/packets/game/c_disconnect.rs b/azalea-protocol/src/packets/game/c_disconnect.rs
index ba197f1d..ba197f1d 100755..100644
--- a/azalea-protocol/src/packets/game/c_disconnect.rs
+++ b/azalea-protocol/src/packets/game/c_disconnect.rs
diff --git a/azalea-protocol/src/packets/game/c_entity_event.rs b/azalea-protocol/src/packets/game/c_entity_event.rs
index 6eb08adc..6eb08adc 100755..100644
--- a/azalea-protocol/src/packets/game/c_entity_event.rs
+++ b/azalea-protocol/src/packets/game/c_entity_event.rs
diff --git a/azalea-protocol/src/packets/game/c_entity_position_sync.rs b/azalea-protocol/src/packets/game/c_entity_position_sync.rs
index e3ecc3f0..e3ecc3f0 100755..100644
--- a/azalea-protocol/src/packets/game/c_entity_position_sync.rs
+++ b/azalea-protocol/src/packets/game/c_entity_position_sync.rs
diff --git a/azalea-protocol/src/packets/game/c_explode.rs b/azalea-protocol/src/packets/game/c_explode.rs
index c5d90d03..c5d90d03 100755..100644
--- a/azalea-protocol/src/packets/game/c_explode.rs
+++ b/azalea-protocol/src/packets/game/c_explode.rs
diff --git a/azalea-protocol/src/packets/game/c_forget_level_chunk.rs b/azalea-protocol/src/packets/game/c_forget_level_chunk.rs
index bd901634..bd901634 100755..100644
--- a/azalea-protocol/src/packets/game/c_forget_level_chunk.rs
+++ b/azalea-protocol/src/packets/game/c_forget_level_chunk.rs
diff --git a/azalea-protocol/src/packets/game/c_game_event.rs b/azalea-protocol/src/packets/game/c_game_event.rs
index 940aa2f1..940aa2f1 100755..100644
--- a/azalea-protocol/src/packets/game/c_game_event.rs
+++ b/azalea-protocol/src/packets/game/c_game_event.rs
diff --git a/azalea-protocol/src/packets/game/c_horse_screen_open.rs b/azalea-protocol/src/packets/game/c_horse_screen_open.rs
index 53730d24..53730d24 100755..100644
--- a/azalea-protocol/src/packets/game/c_horse_screen_open.rs
+++ b/azalea-protocol/src/packets/game/c_horse_screen_open.rs
diff --git a/azalea-protocol/src/packets/game/c_initialize_border.rs b/azalea-protocol/src/packets/game/c_initialize_border.rs
index ca338b7f..ca338b7f 100755..100644
--- a/azalea-protocol/src/packets/game/c_initialize_border.rs
+++ b/azalea-protocol/src/packets/game/c_initialize_border.rs
diff --git a/azalea-protocol/src/packets/game/c_keep_alive.rs b/azalea-protocol/src/packets/game/c_keep_alive.rs
index ff93560b..ff93560b 100755..100644
--- a/azalea-protocol/src/packets/game/c_keep_alive.rs
+++ b/azalea-protocol/src/packets/game/c_keep_alive.rs
diff --git a/azalea-protocol/src/packets/game/c_level_chunk_with_light.rs b/azalea-protocol/src/packets/game/c_level_chunk_with_light.rs
index ad07f01e..ad07f01e 100755..100644
--- a/azalea-protocol/src/packets/game/c_level_chunk_with_light.rs
+++ b/azalea-protocol/src/packets/game/c_level_chunk_with_light.rs
diff --git a/azalea-protocol/src/packets/game/c_level_event.rs b/azalea-protocol/src/packets/game/c_level_event.rs
index f41a1f42..f41a1f42 100755..100644
--- a/azalea-protocol/src/packets/game/c_level_event.rs
+++ b/azalea-protocol/src/packets/game/c_level_event.rs
diff --git a/azalea-protocol/src/packets/game/c_level_particles.rs b/azalea-protocol/src/packets/game/c_level_particles.rs
index d54315ab..d54315ab 100755..100644
--- a/azalea-protocol/src/packets/game/c_level_particles.rs
+++ b/azalea-protocol/src/packets/game/c_level_particles.rs
diff --git a/azalea-protocol/src/packets/game/c_light_update.rs b/azalea-protocol/src/packets/game/c_light_update.rs
index 62b7a59d..62b7a59d 100755..100644
--- a/azalea-protocol/src/packets/game/c_light_update.rs
+++ b/azalea-protocol/src/packets/game/c_light_update.rs
diff --git a/azalea-protocol/src/packets/game/c_login.rs b/azalea-protocol/src/packets/game/c_login.rs
index 63503697..63503697 100755..100644
--- a/azalea-protocol/src/packets/game/c_login.rs
+++ b/azalea-protocol/src/packets/game/c_login.rs
diff --git a/azalea-protocol/src/packets/game/c_map_item_data.rs b/azalea-protocol/src/packets/game/c_map_item_data.rs
index 9a41ed85..9a41ed85 100755..100644
--- a/azalea-protocol/src/packets/game/c_map_item_data.rs
+++ b/azalea-protocol/src/packets/game/c_map_item_data.rs
diff --git a/azalea-protocol/src/packets/game/c_merchant_offers.rs b/azalea-protocol/src/packets/game/c_merchant_offers.rs
index f50f9932..f50f9932 100755..100644
--- a/azalea-protocol/src/packets/game/c_merchant_offers.rs
+++ b/azalea-protocol/src/packets/game/c_merchant_offers.rs
diff --git a/azalea-protocol/src/packets/game/c_move_entity_pos.rs b/azalea-protocol/src/packets/game/c_move_entity_pos.rs
index 790a1580..790a1580 100755..100644
--- a/azalea-protocol/src/packets/game/c_move_entity_pos.rs
+++ b/azalea-protocol/src/packets/game/c_move_entity_pos.rs
diff --git a/azalea-protocol/src/packets/game/c_move_entity_pos_rot.rs b/azalea-protocol/src/packets/game/c_move_entity_pos_rot.rs
index 2d76aa14..2d76aa14 100755..100644
--- a/azalea-protocol/src/packets/game/c_move_entity_pos_rot.rs
+++ b/azalea-protocol/src/packets/game/c_move_entity_pos_rot.rs
diff --git a/azalea-protocol/src/packets/game/c_move_entity_rot.rs b/azalea-protocol/src/packets/game/c_move_entity_rot.rs
index e33a12e9..e33a12e9 100755..100644
--- a/azalea-protocol/src/packets/game/c_move_entity_rot.rs
+++ b/azalea-protocol/src/packets/game/c_move_entity_rot.rs
diff --git a/azalea-protocol/src/packets/game/c_move_vehicle.rs b/azalea-protocol/src/packets/game/c_move_vehicle.rs
index e9891694..e9891694 100755..100644
--- a/azalea-protocol/src/packets/game/c_move_vehicle.rs
+++ b/azalea-protocol/src/packets/game/c_move_vehicle.rs
diff --git a/azalea-protocol/src/packets/game/c_open_book.rs b/azalea-protocol/src/packets/game/c_open_book.rs
index 2c4f6b15..2c4f6b15 100755..100644
--- a/azalea-protocol/src/packets/game/c_open_book.rs
+++ b/azalea-protocol/src/packets/game/c_open_book.rs
diff --git a/azalea-protocol/src/packets/game/c_open_screen.rs b/azalea-protocol/src/packets/game/c_open_screen.rs
index 834802dd..834802dd 100755..100644
--- a/azalea-protocol/src/packets/game/c_open_screen.rs
+++ b/azalea-protocol/src/packets/game/c_open_screen.rs
diff --git a/azalea-protocol/src/packets/game/c_open_sign_editor.rs b/azalea-protocol/src/packets/game/c_open_sign_editor.rs
index 52f5922c..52f5922c 100755..100644
--- a/azalea-protocol/src/packets/game/c_open_sign_editor.rs
+++ b/azalea-protocol/src/packets/game/c_open_sign_editor.rs
diff --git a/azalea-protocol/src/packets/game/c_ping.rs b/azalea-protocol/src/packets/game/c_ping.rs
index 956aca8d..956aca8d 100755..100644
--- a/azalea-protocol/src/packets/game/c_ping.rs
+++ b/azalea-protocol/src/packets/game/c_ping.rs
diff --git a/azalea-protocol/src/packets/game/c_place_ghost_recipe.rs b/azalea-protocol/src/packets/game/c_place_ghost_recipe.rs
index ec2fc772..ec2fc772 100755..100644
--- a/azalea-protocol/src/packets/game/c_place_ghost_recipe.rs
+++ b/azalea-protocol/src/packets/game/c_place_ghost_recipe.rs
diff --git a/azalea-protocol/src/packets/game/c_player_abilities.rs b/azalea-protocol/src/packets/game/c_player_abilities.rs
index fffd320c..fffd320c 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_abilities.rs
+++ b/azalea-protocol/src/packets/game/c_player_abilities.rs
diff --git a/azalea-protocol/src/packets/game/c_player_chat_header.rs b/azalea-protocol/src/packets/game/c_player_chat_header.rs
index d7e84cc5..d7e84cc5 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_chat_header.rs
+++ b/azalea-protocol/src/packets/game/c_player_chat_header.rs
diff --git a/azalea-protocol/src/packets/game/c_player_combat_end.rs b/azalea-protocol/src/packets/game/c_player_combat_end.rs
index b8029f1b..b8029f1b 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_combat_end.rs
+++ b/azalea-protocol/src/packets/game/c_player_combat_end.rs
diff --git a/azalea-protocol/src/packets/game/c_player_combat_enter.rs b/azalea-protocol/src/packets/game/c_player_combat_enter.rs
index ee58e277..ee58e277 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_combat_enter.rs
+++ b/azalea-protocol/src/packets/game/c_player_combat_enter.rs
diff --git a/azalea-protocol/src/packets/game/c_player_combat_kill.rs b/azalea-protocol/src/packets/game/c_player_combat_kill.rs
index 2d6fc3e7..2d6fc3e7 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_combat_kill.rs
+++ b/azalea-protocol/src/packets/game/c_player_combat_kill.rs
diff --git a/azalea-protocol/src/packets/game/c_player_look_at.rs b/azalea-protocol/src/packets/game/c_player_look_at.rs
index cc5e0bda..cc5e0bda 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_look_at.rs
+++ b/azalea-protocol/src/packets/game/c_player_look_at.rs
diff --git a/azalea-protocol/src/packets/game/c_player_position.rs b/azalea-protocol/src/packets/game/c_player_position.rs
index 7b95fef7..7b95fef7 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_position.rs
+++ b/azalea-protocol/src/packets/game/c_player_position.rs
diff --git a/azalea-protocol/src/packets/game/c_player_rotation.rs b/azalea-protocol/src/packets/game/c_player_rotation.rs
index 3e214203..3e214203 100755..100644
--- a/azalea-protocol/src/packets/game/c_player_rotation.rs
+++ b/azalea-protocol/src/packets/game/c_player_rotation.rs
diff --git a/azalea-protocol/src/packets/game/c_pong_response.rs b/azalea-protocol/src/packets/game/c_pong_response.rs
index 835666db..835666db 100755..100644
--- a/azalea-protocol/src/packets/game/c_pong_response.rs
+++ b/azalea-protocol/src/packets/game/c_pong_response.rs
diff --git a/azalea-protocol/src/packets/game/c_recipe_book_add.rs b/azalea-protocol/src/packets/game/c_recipe_book_add.rs
index d31c4e74..d31c4e74 100755..100644
--- a/azalea-protocol/src/packets/game/c_recipe_book_add.rs
+++ b/azalea-protocol/src/packets/game/c_recipe_book_add.rs
diff --git a/azalea-protocol/src/packets/game/c_recipe_book_remove.rs b/azalea-protocol/src/packets/game/c_recipe_book_remove.rs
index 983c5e12..983c5e12 100755..100644
--- a/azalea-protocol/src/packets/game/c_recipe_book_remove.rs
+++ b/azalea-protocol/src/packets/game/c_recipe_book_remove.rs
diff --git a/azalea-protocol/src/packets/game/c_recipe_book_settings.rs b/azalea-protocol/src/packets/game/c_recipe_book_settings.rs
index f88a9733..f88a9733 100755..100644
--- a/azalea-protocol/src/packets/game/c_recipe_book_settings.rs
+++ b/azalea-protocol/src/packets/game/c_recipe_book_settings.rs
diff --git a/azalea-protocol/src/packets/game/c_remove_entities.rs b/azalea-protocol/src/packets/game/c_remove_entities.rs
index 5424cb3c..5424cb3c 100755..100644
--- a/azalea-protocol/src/packets/game/c_remove_entities.rs
+++ b/azalea-protocol/src/packets/game/c_remove_entities.rs
diff --git a/azalea-protocol/src/packets/game/c_remove_mob_effect.rs b/azalea-protocol/src/packets/game/c_remove_mob_effect.rs
index 08d9416e..08d9416e 100755..100644
--- a/azalea-protocol/src/packets/game/c_remove_mob_effect.rs
+++ b/azalea-protocol/src/packets/game/c_remove_mob_effect.rs
diff --git a/azalea-protocol/src/packets/game/c_respawn.rs b/azalea-protocol/src/packets/game/c_respawn.rs
index 79bbfd1d..79bbfd1d 100755..100644
--- a/azalea-protocol/src/packets/game/c_respawn.rs
+++ b/azalea-protocol/src/packets/game/c_respawn.rs
diff --git a/azalea-protocol/src/packets/game/c_rotate_head.rs b/azalea-protocol/src/packets/game/c_rotate_head.rs
index d4dec203..d4dec203 100755..100644
--- a/azalea-protocol/src/packets/game/c_rotate_head.rs
+++ b/azalea-protocol/src/packets/game/c_rotate_head.rs
diff --git a/azalea-protocol/src/packets/game/c_section_blocks_update.rs b/azalea-protocol/src/packets/game/c_section_blocks_update.rs
index 05ceb30c..05ceb30c 100755..100644
--- a/azalea-protocol/src/packets/game/c_section_blocks_update.rs
+++ b/azalea-protocol/src/packets/game/c_section_blocks_update.rs
diff --git a/azalea-protocol/src/packets/game/c_select_advancements_tab.rs b/azalea-protocol/src/packets/game/c_select_advancements_tab.rs
index eb4cc62a..eb4cc62a 100755..100644
--- a/azalea-protocol/src/packets/game/c_select_advancements_tab.rs
+++ b/azalea-protocol/src/packets/game/c_select_advancements_tab.rs
diff --git a/azalea-protocol/src/packets/game/c_server_data.rs b/azalea-protocol/src/packets/game/c_server_data.rs
index 22116685..22116685 100755..100644
--- a/azalea-protocol/src/packets/game/c_server_data.rs
+++ b/azalea-protocol/src/packets/game/c_server_data.rs
diff --git a/azalea-protocol/src/packets/game/c_set_action_bar_text.rs b/azalea-protocol/src/packets/game/c_set_action_bar_text.rs
index d08c5021..d08c5021 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_action_bar_text.rs
+++ b/azalea-protocol/src/packets/game/c_set_action_bar_text.rs
diff --git a/azalea-protocol/src/packets/game/c_set_border_center.rs b/azalea-protocol/src/packets/game/c_set_border_center.rs
index afc49556..afc49556 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_border_center.rs
+++ b/azalea-protocol/src/packets/game/c_set_border_center.rs
diff --git a/azalea-protocol/src/packets/game/c_set_border_lerp_size.rs b/azalea-protocol/src/packets/game/c_set_border_lerp_size.rs
index 3c70a40e..3c70a40e 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_border_lerp_size.rs
+++ b/azalea-protocol/src/packets/game/c_set_border_lerp_size.rs
diff --git a/azalea-protocol/src/packets/game/c_set_border_size.rs b/azalea-protocol/src/packets/game/c_set_border_size.rs
index 6884cde6..6884cde6 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_border_size.rs
+++ b/azalea-protocol/src/packets/game/c_set_border_size.rs
diff --git a/azalea-protocol/src/packets/game/c_set_border_warning_delay.rs b/azalea-protocol/src/packets/game/c_set_border_warning_delay.rs
index e1126165..e1126165 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_border_warning_delay.rs
+++ b/azalea-protocol/src/packets/game/c_set_border_warning_delay.rs
diff --git a/azalea-protocol/src/packets/game/c_set_border_warning_distance.rs b/azalea-protocol/src/packets/game/c_set_border_warning_distance.rs
index dbb2a742..dbb2a742 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_border_warning_distance.rs
+++ b/azalea-protocol/src/packets/game/c_set_border_warning_distance.rs
diff --git a/azalea-protocol/src/packets/game/c_set_camera.rs b/azalea-protocol/src/packets/game/c_set_camera.rs
index 277b80a3..277b80a3 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_camera.rs
+++ b/azalea-protocol/src/packets/game/c_set_camera.rs
diff --git a/azalea-protocol/src/packets/game/c_set_chunk_cache_center.rs b/azalea-protocol/src/packets/game/c_set_chunk_cache_center.rs
index 4c66213c..4c66213c 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_chunk_cache_center.rs
+++ b/azalea-protocol/src/packets/game/c_set_chunk_cache_center.rs
diff --git a/azalea-protocol/src/packets/game/c_set_chunk_cache_radius.rs b/azalea-protocol/src/packets/game/c_set_chunk_cache_radius.rs
index b992e572..b992e572 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_chunk_cache_radius.rs
+++ b/azalea-protocol/src/packets/game/c_set_chunk_cache_radius.rs
diff --git a/azalea-protocol/src/packets/game/c_set_default_spawn_position.rs b/azalea-protocol/src/packets/game/c_set_default_spawn_position.rs
index b6262ac8..b6262ac8 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_default_spawn_position.rs
+++ b/azalea-protocol/src/packets/game/c_set_default_spawn_position.rs
diff --git a/azalea-protocol/src/packets/game/c_set_display_chat_preview.rs b/azalea-protocol/src/packets/game/c_set_display_chat_preview.rs
index df2a62d4..df2a62d4 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_display_chat_preview.rs
+++ b/azalea-protocol/src/packets/game/c_set_display_chat_preview.rs
diff --git a/azalea-protocol/src/packets/game/c_set_display_objective.rs b/azalea-protocol/src/packets/game/c_set_display_objective.rs
index 12118772..12118772 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_display_objective.rs
+++ b/azalea-protocol/src/packets/game/c_set_display_objective.rs
diff --git a/azalea-protocol/src/packets/game/c_set_entity_data.rs b/azalea-protocol/src/packets/game/c_set_entity_data.rs
index a7042417..a7042417 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_entity_data.rs
+++ b/azalea-protocol/src/packets/game/c_set_entity_data.rs
diff --git a/azalea-protocol/src/packets/game/c_set_entity_link.rs b/azalea-protocol/src/packets/game/c_set_entity_link.rs
index 2a38db76..2a38db76 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_entity_link.rs
+++ b/azalea-protocol/src/packets/game/c_set_entity_link.rs
diff --git a/azalea-protocol/src/packets/game/c_set_entity_motion.rs b/azalea-protocol/src/packets/game/c_set_entity_motion.rs
index 06b457f7..06b457f7 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_entity_motion.rs
+++ b/azalea-protocol/src/packets/game/c_set_entity_motion.rs
diff --git a/azalea-protocol/src/packets/game/c_set_equipment.rs b/azalea-protocol/src/packets/game/c_set_equipment.rs
index ad691d66..ad691d66 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_equipment.rs
+++ b/azalea-protocol/src/packets/game/c_set_equipment.rs
diff --git a/azalea-protocol/src/packets/game/c_set_experience.rs b/azalea-protocol/src/packets/game/c_set_experience.rs
index c11482a0..c11482a0 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_experience.rs
+++ b/azalea-protocol/src/packets/game/c_set_experience.rs
diff --git a/azalea-protocol/src/packets/game/c_set_health.rs b/azalea-protocol/src/packets/game/c_set_health.rs
index 56f3fe03..56f3fe03 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_health.rs
+++ b/azalea-protocol/src/packets/game/c_set_health.rs
diff --git a/azalea-protocol/src/packets/game/c_set_objective.rs b/azalea-protocol/src/packets/game/c_set_objective.rs
index 7ddb3f71..7ddb3f71 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_objective.rs
+++ b/azalea-protocol/src/packets/game/c_set_objective.rs
diff --git a/azalea-protocol/src/packets/game/c_set_passengers.rs b/azalea-protocol/src/packets/game/c_set_passengers.rs
index 76fc3ca0..76fc3ca0 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_passengers.rs
+++ b/azalea-protocol/src/packets/game/c_set_passengers.rs
diff --git a/azalea-protocol/src/packets/game/c_set_player_team.rs b/azalea-protocol/src/packets/game/c_set_player_team.rs
index 38249cf3..38249cf3 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_player_team.rs
+++ b/azalea-protocol/src/packets/game/c_set_player_team.rs
diff --git a/azalea-protocol/src/packets/game/c_set_score.rs b/azalea-protocol/src/packets/game/c_set_score.rs
index 5a16d134..5a16d134 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_score.rs
+++ b/azalea-protocol/src/packets/game/c_set_score.rs
diff --git a/azalea-protocol/src/packets/game/c_set_simulation_distance.rs b/azalea-protocol/src/packets/game/c_set_simulation_distance.rs
index 2a80d1f1..2a80d1f1 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_simulation_distance.rs
+++ b/azalea-protocol/src/packets/game/c_set_simulation_distance.rs
diff --git a/azalea-protocol/src/packets/game/c_set_subtitle_text.rs b/azalea-protocol/src/packets/game/c_set_subtitle_text.rs
index 31405739..31405739 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_subtitle_text.rs
+++ b/azalea-protocol/src/packets/game/c_set_subtitle_text.rs
diff --git a/azalea-protocol/src/packets/game/c_set_time.rs b/azalea-protocol/src/packets/game/c_set_time.rs
index b1970eec..b1970eec 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_time.rs
+++ b/azalea-protocol/src/packets/game/c_set_time.rs
diff --git a/azalea-protocol/src/packets/game/c_set_title_text.rs b/azalea-protocol/src/packets/game/c_set_title_text.rs
index 4ef3e590..4ef3e590 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_title_text.rs
+++ b/azalea-protocol/src/packets/game/c_set_title_text.rs
diff --git a/azalea-protocol/src/packets/game/c_set_titles_animation.rs b/azalea-protocol/src/packets/game/c_set_titles_animation.rs
index cc0c37fc..cc0c37fc 100755..100644
--- a/azalea-protocol/src/packets/game/c_set_titles_animation.rs
+++ b/azalea-protocol/src/packets/game/c_set_titles_animation.rs
diff --git a/azalea-protocol/src/packets/game/c_sound.rs b/azalea-protocol/src/packets/game/c_sound.rs
index 1a54c7c8..1a54c7c8 100755..100644
--- a/azalea-protocol/src/packets/game/c_sound.rs
+++ b/azalea-protocol/src/packets/game/c_sound.rs
diff --git a/azalea-protocol/src/packets/game/c_sound_entity.rs b/azalea-protocol/src/packets/game/c_sound_entity.rs
index a6d17b72..a6d17b72 100755..100644
--- a/azalea-protocol/src/packets/game/c_sound_entity.rs
+++ b/azalea-protocol/src/packets/game/c_sound_entity.rs
diff --git a/azalea-protocol/src/packets/game/c_stop_sound.rs b/azalea-protocol/src/packets/game/c_stop_sound.rs
index aa92c23e..aa92c23e 100755..100644
--- a/azalea-protocol/src/packets/game/c_stop_sound.rs
+++ b/azalea-protocol/src/packets/game/c_stop_sound.rs
diff --git a/azalea-protocol/src/packets/game/c_system_chat.rs b/azalea-protocol/src/packets/game/c_system_chat.rs
index 191f6ee4..191f6ee4 100755..100644
--- a/azalea-protocol/src/packets/game/c_system_chat.rs
+++ b/azalea-protocol/src/packets/game/c_system_chat.rs
diff --git a/azalea-protocol/src/packets/game/c_tab_list.rs b/azalea-protocol/src/packets/game/c_tab_list.rs
index 268351da..268351da 100755..100644
--- a/azalea-protocol/src/packets/game/c_tab_list.rs
+++ b/azalea-protocol/src/packets/game/c_tab_list.rs
diff --git a/azalea-protocol/src/packets/game/c_tag_query.rs b/azalea-protocol/src/packets/game/c_tag_query.rs
index efd94e32..efd94e32 100755..100644
--- a/azalea-protocol/src/packets/game/c_tag_query.rs
+++ b/azalea-protocol/src/packets/game/c_tag_query.rs
diff --git a/azalea-protocol/src/packets/game/c_take_item_entity.rs b/azalea-protocol/src/packets/game/c_take_item_entity.rs
index cfbe33c2..cfbe33c2 100755..100644
--- a/azalea-protocol/src/packets/game/c_take_item_entity.rs
+++ b/azalea-protocol/src/packets/game/c_take_item_entity.rs
diff --git a/azalea-protocol/src/packets/game/c_teleport_entity.rs b/azalea-protocol/src/packets/game/c_teleport_entity.rs
index 92b8f1eb..92b8f1eb 100755..100644
--- a/azalea-protocol/src/packets/game/c_teleport_entity.rs
+++ b/azalea-protocol/src/packets/game/c_teleport_entity.rs
diff --git a/azalea-protocol/src/packets/game/c_update_advancements.rs b/azalea-protocol/src/packets/game/c_update_advancements.rs
index 1c645965..1c645965 100755..100644
--- a/azalea-protocol/src/packets/game/c_update_advancements.rs
+++ b/azalea-protocol/src/packets/game/c_update_advancements.rs
diff --git a/azalea-protocol/src/packets/game/c_update_attributes.rs b/azalea-protocol/src/packets/game/c_update_attributes.rs
index e4b334e3..e4b334e3 100755..100644
--- a/azalea-protocol/src/packets/game/c_update_attributes.rs
+++ b/azalea-protocol/src/packets/game/c_update_attributes.rs
diff --git a/azalea-protocol/src/packets/game/c_update_mob_effect.rs b/azalea-protocol/src/packets/game/c_update_mob_effect.rs
index fe8e8f2e..fe8e8f2e 100755..100644
--- a/azalea-protocol/src/packets/game/c_update_mob_effect.rs
+++ b/azalea-protocol/src/packets/game/c_update_mob_effect.rs
diff --git a/azalea-protocol/src/packets/game/c_update_recipes.rs b/azalea-protocol/src/packets/game/c_update_recipes.rs
index e151ae51..e151ae51 100755..100644
--- a/azalea-protocol/src/packets/game/c_update_recipes.rs
+++ b/azalea-protocol/src/packets/game/c_update_recipes.rs
diff --git a/azalea-protocol/src/packets/game/c_update_tags.rs b/azalea-protocol/src/packets/game/c_update_tags.rs
index 4b63ec8f..4b63ec8f 100755..100644
--- a/azalea-protocol/src/packets/game/c_update_tags.rs
+++ b/azalea-protocol/src/packets/game/c_update_tags.rs
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs
index aae840bc..aae840bc 100755..100644
--- a/azalea-protocol/src/packets/game/mod.rs
+++ b/azalea-protocol/src/packets/game/mod.rs
diff --git a/azalea-protocol/src/packets/game/s_accept_teleportation.rs b/azalea-protocol/src/packets/game/s_accept_teleportation.rs
index dedc125a..dedc125a 100755..100644
--- a/azalea-protocol/src/packets/game/s_accept_teleportation.rs
+++ b/azalea-protocol/src/packets/game/s_accept_teleportation.rs
diff --git a/azalea-protocol/src/packets/game/s_change_difficulty.rs b/azalea-protocol/src/packets/game/s_change_difficulty.rs
index 7dcd3c83..7dcd3c83 100755..100644
--- a/azalea-protocol/src/packets/game/s_change_difficulty.rs
+++ b/azalea-protocol/src/packets/game/s_change_difficulty.rs
diff --git a/azalea-protocol/src/packets/game/s_chat.rs b/azalea-protocol/src/packets/game/s_chat.rs
index 07702ddf..07702ddf 100755..100644
--- a/azalea-protocol/src/packets/game/s_chat.rs
+++ b/azalea-protocol/src/packets/game/s_chat.rs
diff --git a/azalea-protocol/src/packets/game/s_chat_ack.rs b/azalea-protocol/src/packets/game/s_chat_ack.rs
index d4b6efd6..d4b6efd6 100755..100644
--- a/azalea-protocol/src/packets/game/s_chat_ack.rs
+++ b/azalea-protocol/src/packets/game/s_chat_ack.rs
diff --git a/azalea-protocol/src/packets/game/s_chat_command.rs b/azalea-protocol/src/packets/game/s_chat_command.rs
index 4fdab9f9..4fdab9f9 100755..100644
--- a/azalea-protocol/src/packets/game/s_chat_command.rs
+++ b/azalea-protocol/src/packets/game/s_chat_command.rs
diff --git a/azalea-protocol/src/packets/game/s_chat_command_signed.rs b/azalea-protocol/src/packets/game/s_chat_command_signed.rs
index c20f3c6d..c20f3c6d 100755..100644
--- a/azalea-protocol/src/packets/game/s_chat_command_signed.rs
+++ b/azalea-protocol/src/packets/game/s_chat_command_signed.rs
diff --git a/azalea-protocol/src/packets/game/s_chat_preview.rs b/azalea-protocol/src/packets/game/s_chat_preview.rs
index 3d2bf34e..3d2bf34e 100755..100644
--- a/azalea-protocol/src/packets/game/s_chat_preview.rs
+++ b/azalea-protocol/src/packets/game/s_chat_preview.rs
diff --git a/azalea-protocol/src/packets/game/s_client_command.rs b/azalea-protocol/src/packets/game/s_client_command.rs
index 5742bdb4..5742bdb4 100755..100644
--- a/azalea-protocol/src/packets/game/s_client_command.rs
+++ b/azalea-protocol/src/packets/game/s_client_command.rs
diff --git a/azalea-protocol/src/packets/game/s_client_information.rs b/azalea-protocol/src/packets/game/s_client_information.rs
index 5861212c..5861212c 100755..100644
--- a/azalea-protocol/src/packets/game/s_client_information.rs
+++ b/azalea-protocol/src/packets/game/s_client_information.rs
diff --git a/azalea-protocol/src/packets/game/s_command_suggestion.rs b/azalea-protocol/src/packets/game/s_command_suggestion.rs
index 2e52a969..2e52a969 100755..100644
--- a/azalea-protocol/src/packets/game/s_command_suggestion.rs
+++ b/azalea-protocol/src/packets/game/s_command_suggestion.rs
diff --git a/azalea-protocol/src/packets/game/s_container_button_click.rs b/azalea-protocol/src/packets/game/s_container_button_click.rs
index 7a27e190..7a27e190 100755..100644
--- a/azalea-protocol/src/packets/game/s_container_button_click.rs
+++ b/azalea-protocol/src/packets/game/s_container_button_click.rs
diff --git a/azalea-protocol/src/packets/game/s_container_click.rs b/azalea-protocol/src/packets/game/s_container_click.rs
index 19085363..19085363 100755..100644
--- a/azalea-protocol/src/packets/game/s_container_click.rs
+++ b/azalea-protocol/src/packets/game/s_container_click.rs
diff --git a/azalea-protocol/src/packets/game/s_container_close.rs b/azalea-protocol/src/packets/game/s_container_close.rs
index f19e0f2f..f19e0f2f 100755..100644
--- a/azalea-protocol/src/packets/game/s_container_close.rs
+++ b/azalea-protocol/src/packets/game/s_container_close.rs
diff --git a/azalea-protocol/src/packets/game/s_custom_payload.rs b/azalea-protocol/src/packets/game/s_custom_payload.rs
index b32f1d24..b32f1d24 100755..100644
--- a/azalea-protocol/src/packets/game/s_custom_payload.rs
+++ b/azalea-protocol/src/packets/game/s_custom_payload.rs
diff --git a/azalea-protocol/src/packets/game/s_edit_book.rs b/azalea-protocol/src/packets/game/s_edit_book.rs
index af05a7cd..af05a7cd 100755..100644
--- a/azalea-protocol/src/packets/game/s_edit_book.rs
+++ b/azalea-protocol/src/packets/game/s_edit_book.rs
diff --git a/azalea-protocol/src/packets/game/s_interact.rs b/azalea-protocol/src/packets/game/s_interact.rs
index 89fc896f..89fc896f 100755..100644
--- a/azalea-protocol/src/packets/game/s_interact.rs
+++ b/azalea-protocol/src/packets/game/s_interact.rs
diff --git a/azalea-protocol/src/packets/game/s_jigsaw_generate.rs b/azalea-protocol/src/packets/game/s_jigsaw_generate.rs
index 4a3b58ce..4a3b58ce 100755..100644
--- a/azalea-protocol/src/packets/game/s_jigsaw_generate.rs
+++ b/azalea-protocol/src/packets/game/s_jigsaw_generate.rs
diff --git a/azalea-protocol/src/packets/game/s_keep_alive.rs b/azalea-protocol/src/packets/game/s_keep_alive.rs
index a6806a92..a6806a92 100755..100644
--- a/azalea-protocol/src/packets/game/s_keep_alive.rs
+++ b/azalea-protocol/src/packets/game/s_keep_alive.rs
diff --git a/azalea-protocol/src/packets/game/s_lock_difficulty.rs b/azalea-protocol/src/packets/game/s_lock_difficulty.rs
index 72acb705..72acb705 100755..100644
--- a/azalea-protocol/src/packets/game/s_lock_difficulty.rs
+++ b/azalea-protocol/src/packets/game/s_lock_difficulty.rs
diff --git a/azalea-protocol/src/packets/game/s_move_player_pos.rs b/azalea-protocol/src/packets/game/s_move_player_pos.rs
index 2daf1d42..2daf1d42 100755..100644
--- a/azalea-protocol/src/packets/game/s_move_player_pos.rs
+++ b/azalea-protocol/src/packets/game/s_move_player_pos.rs
diff --git a/azalea-protocol/src/packets/game/s_move_player_pos_rot.rs b/azalea-protocol/src/packets/game/s_move_player_pos_rot.rs
index 3460c709..3460c709 100755..100644
--- a/azalea-protocol/src/packets/game/s_move_player_pos_rot.rs
+++ b/azalea-protocol/src/packets/game/s_move_player_pos_rot.rs
diff --git a/azalea-protocol/src/packets/game/s_move_player_rot.rs b/azalea-protocol/src/packets/game/s_move_player_rot.rs
index 6aef91b0..6aef91b0 100755..100644
--- a/azalea-protocol/src/packets/game/s_move_player_rot.rs
+++ b/azalea-protocol/src/packets/game/s_move_player_rot.rs
diff --git a/azalea-protocol/src/packets/game/s_move_player_status_only.rs b/azalea-protocol/src/packets/game/s_move_player_status_only.rs
index 155841f0..155841f0 100755..100644
--- a/azalea-protocol/src/packets/game/s_move_player_status_only.rs
+++ b/azalea-protocol/src/packets/game/s_move_player_status_only.rs
diff --git a/azalea-protocol/src/packets/game/s_move_vehicle.rs b/azalea-protocol/src/packets/game/s_move_vehicle.rs
index 76eac7e1..76eac7e1 100755..100644
--- a/azalea-protocol/src/packets/game/s_move_vehicle.rs
+++ b/azalea-protocol/src/packets/game/s_move_vehicle.rs
diff --git a/azalea-protocol/src/packets/game/s_paddle_boat.rs b/azalea-protocol/src/packets/game/s_paddle_boat.rs
index eed7addc..eed7addc 100755..100644
--- a/azalea-protocol/src/packets/game/s_paddle_boat.rs
+++ b/azalea-protocol/src/packets/game/s_paddle_boat.rs
diff --git a/azalea-protocol/src/packets/game/s_pick_item_from_block.rs b/azalea-protocol/src/packets/game/s_pick_item_from_block.rs
index d923646b..d923646b 100755..100644
--- a/azalea-protocol/src/packets/game/s_pick_item_from_block.rs
+++ b/azalea-protocol/src/packets/game/s_pick_item_from_block.rs
diff --git a/azalea-protocol/src/packets/game/s_ping_request.rs b/azalea-protocol/src/packets/game/s_ping_request.rs
index 1ea7550f..1ea7550f 100755..100644
--- a/azalea-protocol/src/packets/game/s_ping_request.rs
+++ b/azalea-protocol/src/packets/game/s_ping_request.rs
diff --git a/azalea-protocol/src/packets/game/s_place_recipe.rs b/azalea-protocol/src/packets/game/s_place_recipe.rs
index 84924541..84924541 100755..100644
--- a/azalea-protocol/src/packets/game/s_place_recipe.rs
+++ b/azalea-protocol/src/packets/game/s_place_recipe.rs
diff --git a/azalea-protocol/src/packets/game/s_player_abilities.rs b/azalea-protocol/src/packets/game/s_player_abilities.rs
index 5e63ef2e..5e63ef2e 100755..100644
--- a/azalea-protocol/src/packets/game/s_player_abilities.rs
+++ b/azalea-protocol/src/packets/game/s_player_abilities.rs
diff --git a/azalea-protocol/src/packets/game/s_player_action.rs b/azalea-protocol/src/packets/game/s_player_action.rs
index 5b65b746..5b65b746 100755..100644
--- a/azalea-protocol/src/packets/game/s_player_action.rs
+++ b/azalea-protocol/src/packets/game/s_player_action.rs
diff --git a/azalea-protocol/src/packets/game/s_player_command.rs b/azalea-protocol/src/packets/game/s_player_command.rs
index f620b847..f620b847 100755..100644
--- a/azalea-protocol/src/packets/game/s_player_command.rs
+++ b/azalea-protocol/src/packets/game/s_player_command.rs
diff --git a/azalea-protocol/src/packets/game/s_player_input.rs b/azalea-protocol/src/packets/game/s_player_input.rs
index a16a62d0..a16a62d0 100755..100644
--- a/azalea-protocol/src/packets/game/s_player_input.rs
+++ b/azalea-protocol/src/packets/game/s_player_input.rs
diff --git a/azalea-protocol/src/packets/game/s_pong.rs b/azalea-protocol/src/packets/game/s_pong.rs
index 10ce0fb7..10ce0fb7 100755..100644
--- a/azalea-protocol/src/packets/game/s_pong.rs
+++ b/azalea-protocol/src/packets/game/s_pong.rs
diff --git a/azalea-protocol/src/packets/game/s_recipe_book_change_settings.rs b/azalea-protocol/src/packets/game/s_recipe_book_change_settings.rs
index a31ca173..a31ca173 100755..100644
--- a/azalea-protocol/src/packets/game/s_recipe_book_change_settings.rs
+++ b/azalea-protocol/src/packets/game/s_recipe_book_change_settings.rs
diff --git a/azalea-protocol/src/packets/game/s_recipe_book_seen_recipe.rs b/azalea-protocol/src/packets/game/s_recipe_book_seen_recipe.rs
index 9eeffde9..9eeffde9 100755..100644
--- a/azalea-protocol/src/packets/game/s_recipe_book_seen_recipe.rs
+++ b/azalea-protocol/src/packets/game/s_recipe_book_seen_recipe.rs
diff --git a/azalea-protocol/src/packets/game/s_rename_item.rs b/azalea-protocol/src/packets/game/s_rename_item.rs
index 4c913ba0..4c913ba0 100755..100644
--- a/azalea-protocol/src/packets/game/s_rename_item.rs
+++ b/azalea-protocol/src/packets/game/s_rename_item.rs
diff --git a/azalea-protocol/src/packets/game/s_resource_pack.rs b/azalea-protocol/src/packets/game/s_resource_pack.rs
index 7bdb7bb4..7bdb7bb4 100755..100644
--- a/azalea-protocol/src/packets/game/s_resource_pack.rs
+++ b/azalea-protocol/src/packets/game/s_resource_pack.rs
diff --git a/azalea-protocol/src/packets/game/s_seen_advancements.rs b/azalea-protocol/src/packets/game/s_seen_advancements.rs
index f46411f0..f46411f0 100755..100644
--- a/azalea-protocol/src/packets/game/s_seen_advancements.rs
+++ b/azalea-protocol/src/packets/game/s_seen_advancements.rs
diff --git a/azalea-protocol/src/packets/game/s_select_trade.rs b/azalea-protocol/src/packets/game/s_select_trade.rs
index e0cc8aab..e0cc8aab 100755..100644
--- a/azalea-protocol/src/packets/game/s_select_trade.rs
+++ b/azalea-protocol/src/packets/game/s_select_trade.rs
diff --git a/azalea-protocol/src/packets/game/s_set_beacon.rs b/azalea-protocol/src/packets/game/s_set_beacon.rs
index b0b911a1..b0b911a1 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_beacon.rs
+++ b/azalea-protocol/src/packets/game/s_set_beacon.rs
diff --git a/azalea-protocol/src/packets/game/s_set_carried_item.rs b/azalea-protocol/src/packets/game/s_set_carried_item.rs
index 5efa2d44..5efa2d44 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_carried_item.rs
+++ b/azalea-protocol/src/packets/game/s_set_carried_item.rs
diff --git a/azalea-protocol/src/packets/game/s_set_command_block.rs b/azalea-protocol/src/packets/game/s_set_command_block.rs
index ea1af6bb..ea1af6bb 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_command_block.rs
+++ b/azalea-protocol/src/packets/game/s_set_command_block.rs
diff --git a/azalea-protocol/src/packets/game/s_set_command_minecart.rs b/azalea-protocol/src/packets/game/s_set_command_minecart.rs
index 0431a865..0431a865 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_command_minecart.rs
+++ b/azalea-protocol/src/packets/game/s_set_command_minecart.rs
diff --git a/azalea-protocol/src/packets/game/s_set_creative_mode_slot.rs b/azalea-protocol/src/packets/game/s_set_creative_mode_slot.rs
index e4b26a64..e4b26a64 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_creative_mode_slot.rs
+++ b/azalea-protocol/src/packets/game/s_set_creative_mode_slot.rs
diff --git a/azalea-protocol/src/packets/game/s_set_jigsaw_block.rs b/azalea-protocol/src/packets/game/s_set_jigsaw_block.rs
index 1d97d4c7..1d97d4c7 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_jigsaw_block.rs
+++ b/azalea-protocol/src/packets/game/s_set_jigsaw_block.rs
diff --git a/azalea-protocol/src/packets/game/s_set_structure_block.rs b/azalea-protocol/src/packets/game/s_set_structure_block.rs
index b2f2aeb1..b2f2aeb1 100755..100644
--- a/azalea-protocol/src/packets/game/s_set_structure_block.rs
+++ b/azalea-protocol/src/packets/game/s_set_structure_block.rs
diff --git a/azalea-protocol/src/packets/game/s_sign_update.rs b/azalea-protocol/src/packets/game/s_sign_update.rs
index c43a0978..c43a0978 100755..100644
--- a/azalea-protocol/src/packets/game/s_sign_update.rs
+++ b/azalea-protocol/src/packets/game/s_sign_update.rs
diff --git a/azalea-protocol/src/packets/game/s_swing.rs b/azalea-protocol/src/packets/game/s_swing.rs
index 68648ac6..68648ac6 100755..100644
--- a/azalea-protocol/src/packets/game/s_swing.rs
+++ b/azalea-protocol/src/packets/game/s_swing.rs
diff --git a/azalea-protocol/src/packets/game/s_teleport_to_entity.rs b/azalea-protocol/src/packets/game/s_teleport_to_entity.rs
index e8829530..e8829530 100755..100644
--- a/azalea-protocol/src/packets/game/s_teleport_to_entity.rs
+++ b/azalea-protocol/src/packets/game/s_teleport_to_entity.rs
diff --git a/azalea-protocol/src/packets/game/s_use_item.rs b/azalea-protocol/src/packets/game/s_use_item.rs
index ac8ae217..ac8ae217 100755..100644
--- a/azalea-protocol/src/packets/game/s_use_item.rs
+++ b/azalea-protocol/src/packets/game/s_use_item.rs
diff --git a/azalea-protocol/src/packets/game/s_use_item_on.rs b/azalea-protocol/src/packets/game/s_use_item_on.rs
index 4c87cb72..4c87cb72 100755..100644
--- a/azalea-protocol/src/packets/game/s_use_item_on.rs
+++ b/azalea-protocol/src/packets/game/s_use_item_on.rs
diff --git a/azalea-protocol/src/packets/handshake/mod.rs b/azalea-protocol/src/packets/handshake/mod.rs
index 79dc583d..79dc583d 100755..100644
--- a/azalea-protocol/src/packets/handshake/mod.rs
+++ b/azalea-protocol/src/packets/handshake/mod.rs
diff --git a/azalea-protocol/src/packets/handshake/s_intention.rs b/azalea-protocol/src/packets/handshake/s_intention.rs
index 566ada30..566ada30 100755..100644
--- a/azalea-protocol/src/packets/handshake/s_intention.rs
+++ b/azalea-protocol/src/packets/handshake/s_intention.rs
diff --git a/azalea-protocol/src/packets/login/c_cookie_request.rs b/azalea-protocol/src/packets/login/c_cookie_request.rs
index d0bb0cd7..d0bb0cd7 100755..100644
--- a/azalea-protocol/src/packets/login/c_cookie_request.rs
+++ b/azalea-protocol/src/packets/login/c_cookie_request.rs
diff --git a/azalea-protocol/src/packets/login/c_custom_query.rs b/azalea-protocol/src/packets/login/c_custom_query.rs
index 80c698e6..80c698e6 100755..100644
--- a/azalea-protocol/src/packets/login/c_custom_query.rs
+++ b/azalea-protocol/src/packets/login/c_custom_query.rs
diff --git a/azalea-protocol/src/packets/login/c_hello.rs b/azalea-protocol/src/packets/login/c_hello.rs
index 6011ec23..6011ec23 100755..100644
--- a/azalea-protocol/src/packets/login/c_hello.rs
+++ b/azalea-protocol/src/packets/login/c_hello.rs
diff --git a/azalea-protocol/src/packets/login/c_login_compression.rs b/azalea-protocol/src/packets/login/c_login_compression.rs
index c53e3829..c53e3829 100755..100644
--- a/azalea-protocol/src/packets/login/c_login_compression.rs
+++ b/azalea-protocol/src/packets/login/c_login_compression.rs
diff --git a/azalea-protocol/src/packets/login/c_login_disconnect.rs b/azalea-protocol/src/packets/login/c_login_disconnect.rs
index 580bfb2c..580bfb2c 100755..100644
--- a/azalea-protocol/src/packets/login/c_login_disconnect.rs
+++ b/azalea-protocol/src/packets/login/c_login_disconnect.rs
diff --git a/azalea-protocol/src/packets/login/c_login_finished.rs b/azalea-protocol/src/packets/login/c_login_finished.rs
index 482ea53f..482ea53f 100755..100644
--- a/azalea-protocol/src/packets/login/c_login_finished.rs
+++ b/azalea-protocol/src/packets/login/c_login_finished.rs
diff --git a/azalea-protocol/src/packets/login/mod.rs b/azalea-protocol/src/packets/login/mod.rs
index 5e0a0433..5e0a0433 100755..100644
--- a/azalea-protocol/src/packets/login/mod.rs
+++ b/azalea-protocol/src/packets/login/mod.rs
diff --git a/azalea-protocol/src/packets/login/s_cookie_response.rs b/azalea-protocol/src/packets/login/s_cookie_response.rs
index 5e757600..5e757600 100755..100644
--- a/azalea-protocol/src/packets/login/s_cookie_response.rs
+++ b/azalea-protocol/src/packets/login/s_cookie_response.rs
diff --git a/azalea-protocol/src/packets/login/s_custom_query.rs b/azalea-protocol/src/packets/login/s_custom_query.rs
index 39ecdcef..39ecdcef 100755..100644
--- a/azalea-protocol/src/packets/login/s_custom_query.rs
+++ b/azalea-protocol/src/packets/login/s_custom_query.rs
diff --git a/azalea-protocol/src/packets/login/s_hello.rs b/azalea-protocol/src/packets/login/s_hello.rs
index bae1947b..bae1947b 100755..100644
--- a/azalea-protocol/src/packets/login/s_hello.rs
+++ b/azalea-protocol/src/packets/login/s_hello.rs
diff --git a/azalea-protocol/src/packets/login/s_key.rs b/azalea-protocol/src/packets/login/s_key.rs
index 1b96d445..1b96d445 100755..100644
--- a/azalea-protocol/src/packets/login/s_key.rs
+++ b/azalea-protocol/src/packets/login/s_key.rs
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs
index ade5c915..ade5c915 100755..100644
--- a/azalea-protocol/src/packets/mod.rs
+++ b/azalea-protocol/src/packets/mod.rs
diff --git a/azalea-protocol/src/packets/status/c_pong_response.rs b/azalea-protocol/src/packets/status/c_pong_response.rs
index 34a5e73b..34a5e73b 100755..100644
--- a/azalea-protocol/src/packets/status/c_pong_response.rs
+++ b/azalea-protocol/src/packets/status/c_pong_response.rs
diff --git a/azalea-protocol/src/packets/status/c_status_response.rs b/azalea-protocol/src/packets/status/c_status_response.rs
index b30c75be..b30c75be 100755..100644
--- a/azalea-protocol/src/packets/status/c_status_response.rs
+++ b/azalea-protocol/src/packets/status/c_status_response.rs
diff --git a/azalea-protocol/src/packets/status/mod.rs b/azalea-protocol/src/packets/status/mod.rs
index 6af51369..6af51369 100755..100644
--- a/azalea-protocol/src/packets/status/mod.rs
+++ b/azalea-protocol/src/packets/status/mod.rs
diff --git a/azalea-protocol/src/packets/status/s_ping_request.rs b/azalea-protocol/src/packets/status/s_ping_request.rs
index 34f2e062..34f2e062 100755..100644
--- a/azalea-protocol/src/packets/status/s_ping_request.rs
+++ b/azalea-protocol/src/packets/status/s_ping_request.rs
diff --git a/azalea-protocol/src/packets/status/s_status_request.rs b/azalea-protocol/src/packets/status/s_status_request.rs
index 53fdbcaa..53fdbcaa 100755..100644
--- a/azalea-protocol/src/packets/status/s_status_request.rs
+++ b/azalea-protocol/src/packets/status/s_status_request.rs
diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs
index 84c307d7..84c307d7 100755..100644
--- a/azalea-protocol/src/read.rs
+++ b/azalea-protocol/src/read.rs
diff --git a/azalea-protocol/src/resolver.rs b/azalea-protocol/src/resolver.rs
index 63b66be3..63b66be3 100755..100644
--- a/azalea-protocol/src/resolver.rs
+++ b/azalea-protocol/src/resolver.rs
diff --git a/azalea-protocol/src/write.rs b/azalea-protocol/src/write.rs
index adefc340..adefc340 100755..100644
--- a/azalea-protocol/src/write.rs
+++ b/azalea-protocol/src/write.rs
diff --git a/azalea-registry/README.md b/azalea-registry/README.md
index d70dd971..d70dd971 100755..100644
--- a/azalea-registry/README.md
+++ b/azalea-registry/README.md
diff --git a/azalea-registry/azalea-registry-macros/src/lib.rs b/azalea-registry/azalea-registry-macros/src/lib.rs
index e2f88251..e2f88251 100755..100644
--- a/azalea-registry/azalea-registry-macros/src/lib.rs
+++ b/azalea-registry/azalea-registry-macros/src/lib.rs
diff --git a/azalea-registry/src/lib.rs b/azalea-registry/src/lib.rs
index 11e44829..11e44829 100755..100644
--- a/azalea-registry/src/lib.rs
+++ b/azalea-registry/src/lib.rs
diff --git a/azalea-world/README.md b/azalea-world/README.md
index 9b237db0..9b237db0 100755..100644
--- a/azalea-world/README.md
+++ b/azalea-world/README.md
diff --git a/azalea-world/src/bit_storage.rs b/azalea-world/src/bit_storage.rs
index 7d1b72e1..7d1b72e1 100755..100644
--- a/azalea-world/src/bit_storage.rs
+++ b/azalea-world/src/bit_storage.rs
diff --git a/azalea-world/src/chunk_storage.rs b/azalea-world/src/chunk_storage.rs
index 39cbc84f..39cbc84f 100755..100644
--- a/azalea-world/src/chunk_storage.rs
+++ b/azalea-world/src/chunk_storage.rs
diff --git a/azalea-world/src/palette.rs b/azalea-world/src/palette.rs
index 699ee2d5..699ee2d5 100755..100644
--- a/azalea-world/src/palette.rs
+++ b/azalea-world/src/palette.rs
diff --git a/azalea/README.md b/azalea/README.md
index de11e202..de11e202 100755..100644
--- a/azalea/README.md
+++ b/azalea/README.md
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs
index 01390982..01390982 100755..100644
--- a/azalea/examples/echo.rs
+++ b/azalea/examples/echo.rs
diff --git a/codegen/.gitignore b/codegen/.gitignore
index 77bd5fb3..77bd5fb3 100755..100644
--- a/codegen/.gitignore
+++ b/codegen/.gitignore
diff --git a/codegen/README.md b/codegen/README.md
index 465aec47..465aec47 100755..100644
--- a/codegen/README.md
+++ b/codegen/README.md
diff --git a/codegen/genblocks.py b/codegen/genblocks.py
index d0bea909..d0bea909 100755..100644
--- a/codegen/genblocks.py
+++ b/codegen/genblocks.py
diff --git a/codegen/genpackets.py b/codegen/genpackets.py
index 0f724aeb..0f724aeb 100755..100644
--- a/codegen/genpackets.py
+++ b/codegen/genpackets.py
diff --git a/codegen/genregistries.py b/codegen/genregistries.py
index 175d1b20..175d1b20 100755..100644
--- a/codegen/genregistries.py
+++ b/codegen/genregistries.py
diff --git a/codegen/lib/code/blocks.py b/codegen/lib/code/blocks.py
index aaa95ffa..aaa95ffa 100755..100644
--- a/codegen/lib/code/blocks.py
+++ b/codegen/lib/code/blocks.py
diff --git a/codegen/lib/code/packet.py b/codegen/lib/code/packet.py
index 5ae2d41f..5ae2d41f 100755..100644
--- a/codegen/lib/code/packet.py
+++ b/codegen/lib/code/packet.py
diff --git a/codegen/lib/code/registry.py b/codegen/lib/code/registry.py
index d1399da5..d1399da5 100755..100644
--- a/codegen/lib/code/registry.py
+++ b/codegen/lib/code/registry.py
diff --git a/codegen/lib/code/shapes.py b/codegen/lib/code/shapes.py
index 5d5f826d..5d5f826d 100755..100644
--- a/codegen/lib/code/shapes.py
+++ b/codegen/lib/code/shapes.py
diff --git a/codegen/lib/code/utils.py b/codegen/lib/code/utils.py
index 1a87b7f6..1a87b7f6 100755..100644
--- a/codegen/lib/code/utils.py
+++ b/codegen/lib/code/utils.py
diff --git a/codegen/lib/code/version.py b/codegen/lib/code/version.py
index d4a37232..d4a37232 100755..100644
--- a/codegen/lib/code/version.py
+++ b/codegen/lib/code/version.py
diff --git a/codegen/lib/download.py b/codegen/lib/download.py
index 599e0b72..599e0b72 100755..100644
--- a/codegen/lib/download.py
+++ b/codegen/lib/download.py
diff --git a/codegen/lib/extract.py b/codegen/lib/extract.py
index 564133e2..564133e2 100755..100644
--- a/codegen/lib/extract.py
+++ b/codegen/lib/extract.py
diff --git a/codegen/lib/mappings.py b/codegen/lib/mappings.py
index 9c39fc2b..9c39fc2b 100755..100644
--- a/codegen/lib/mappings.py
+++ b/codegen/lib/mappings.py
diff --git a/codegen/lib/utils.py b/codegen/lib/utils.py
index 162dd0fa..162dd0fa 100755..100644
--- a/codegen/lib/utils.py
+++ b/codegen/lib/utils.py
diff --git a/codegen/migrate.py b/codegen/migrate.py
index 30e33812..30e33812 100755..100644
--- a/codegen/migrate.py
+++ b/codegen/migrate.py
diff --git a/codegen/newpacket.py b/codegen/newpacket.py
index 97408e05..97408e05 100755..100644
--- a/codegen/newpacket.py
+++ b/codegen/newpacket.py