version.json: fix formatting

This commit is contained in:
Bixilon 2023-02-18 15:46:12 +01:00
parent f3c5d015c6
commit fbccab92b8
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 2 additions and 166 deletions

View File

@ -42,7 +42,6 @@ class Sniffer(connection: PlayConnection, entityType: EntityType, data: EntityDa
override val NAME_MAP: Map<String, States> = EnumUtil.getEnumValues(VALUES) override val NAME_MAP: Map<String, States> = EnumUtil.getEnumValues(VALUES)
} }
} }
companion object : EntityFactory<Sniffer> { companion object : EntityFactory<Sniffer> {
override val identifier: ResourceLocation = minecraft("sniffer") override val identifier: ResourceLocation = minecraft("sniffer")
private val STATE = EntityDataField("STATE") private val STATE = EntityDataField("STATE")

View File

@ -8,171 +8,8 @@
"name": "23w06a", "name": "23w06a",
"protocol_id": 1073741942, "protocol_id": 1073741942,
"packets": { "packets": {
"c2s": [ "c2s": ["confirm_teleport", "block_nbt", "difficulty", "message_acknowledgement", "command", "signed_chat_message", "session_data", "client_action", "settings", "command_suggestions", "container_button", "container_click", "close_container", "channel", "book", "entity_nbt", "entity_interact", "generate_structure", "heartbeat", "lock_difficulty", "position", "position_rotation", "rotation", "ground_change", "move_vehicle", "steer_boat", "item_pick", "crafting_recipe", "toggle_fly", "player_action", "entity_action", "steer_vehicle", "pong", "displayed_recipe", "recipe_book", "anvil_item_name", "resourcepack", "advancement_tab", "trade", "beacon_effect", "hotbar_slot", "command_block", "minecart_command_block", "item_stack_create", "jigsaw_block", "structure_block", "sign_text", "swing_arm", "entity_spectate", "block_interact", "use_item"],
"confirm_teleport", "s2c": ["bundle", "entity_object_spawn", "entity_experience_orb", "entity_player", "entity_animation", "statistics", "block_break", "block_break_animation", "block_data", "block_action", "block", "bossbar", "difficulty", "clear_title", "command_suggestions", "commands", "close_container", "container_items", "container_properties", "container_item", "item_cooldown", "chat_suggestions", "channel", "entity_damage", "hide_message", "kick", "unsigned_chat_message", "entity_status", "explosion", "unload_chunk", "game_event", "open_horse_container", "damage_tilt", "initialize_world_border", "heartbeat", "chunk", "world_event", "particle", "chunk_light", "initialize", "map", "villager_trades", "relative_move", "movement_rotation", "rotation", "move_vehicle", "book", "open_container", "sign_editor", "ping", "crafting_recipe", "player_abilities", "signed_chat_message", "end_combat_event", "enter_combat_event", "kill_combat_event", "tab_list_remove", "tab_list", "player_face", "position_rotation", "unlock_recipes", "entity_destroy", "entity_remove_effect", "resourcepack", "respawn", "head_rotation", "blocks", "advancement_tab", "play_status", "hotbar_text", "center_world_border", "interpolate_world_border", "size_world_border", "warn_time_world_border", "warn_blocks_world_border", "camera", "hotbar_slot", "chunk_center", "view_distance", "compass_position", "objective_position", "entity_data", "entity_attach", "velocity", "entity_equipment", "experience", "health", "objective", "entity_passenger", "teams", "scoreboard_score", "simulation_distance", "subtitle", "time", "title_text", "title_times", "entity_sound", "sound_event", "stop_sound", "chat_message", "tab_list_text", "nbt_response", "entity_collect", "teleport", "advancements", "entity_attributes", "features", "entity_effect", "recipes", "tags"]
"block_nbt",
"difficulty",
"message_acknowledgement",
"command",
"signed_chat_message",
"session_data",
"client_action",
"settings",
"command_suggestions",
"container_button",
"container_click",
"close_container",
"channel",
"book",
"entity_nbt",
"entity_interact",
"generate_structure",
"heartbeat",
"lock_difficulty",
"position",
"position_rotation",
"rotation",
"ground_change",
"move_vehicle",
"steer_boat",
"item_pick",
"crafting_recipe",
"toggle_fly",
"player_action",
"entity_action",
"steer_vehicle",
"pong",
"displayed_recipe",
"recipe_book",
"anvil_item_name",
"resourcepack",
"advancement_tab",
"trade",
"beacon_effect",
"hotbar_slot",
"command_block",
"minecart_command_block",
"item_stack_create",
"jigsaw_block",
"structure_block",
"sign_text",
"swing_arm",
"entity_spectate",
"block_interact",
"use_item"
],
"s2c": [
"bundle",
"entity_object_spawn",
"entity_experience_orb",
"entity_player",
"entity_animation",
"statistics",
"block_break",
"block_break_animation",
"block_data",
"block_action",
"block",
"bossbar",
"difficulty",
"clear_title",
"command_suggestions",
"commands",
"close_container",
"container_items",
"container_properties",
"container_item",
"item_cooldown",
"chat_suggestions",
"channel",
"entity_damage",
"hide_message",
"kick",
"unsigned_chat_message",
"entity_status",
"explosion",
"unload_chunk",
"game_event",
"open_horse_container",
"damage_tilt",
"initialize_world_border",
"heartbeat",
"chunk",
"world_event",
"particle",
"chunk_light",
"initialize",
"map",
"villager_trades",
"relative_move",
"movement_rotation",
"rotation",
"move_vehicle",
"book",
"open_container",
"sign_editor",
"ping",
"crafting_recipe",
"player_abilities",
"signed_chat_message",
"end_combat_event",
"enter_combat_event",
"kill_combat_event",
"tab_list_remove",
"tab_list",
"player_face",
"position_rotation",
"unlock_recipes",
"entity_destroy",
"entity_remove_effect",
"resourcepack",
"respawn",
"head_rotation",
"blocks",
"advancement_tab",
"play_status",
"hotbar_text",
"center_world_border",
"interpolate_world_border",
"size_world_border",
"warn_time_world_border",
"warn_blocks_world_border",
"camera",
"hotbar_slot",
"chunk_center",
"view_distance",
"compass_position",
"objective_position",
"entity_data",
"entity_attach",
"velocity",
"entity_equipment",
"experience",
"health",
"objective",
"entity_passenger",
"teams",
"scoreboard_score",
"simulation_distance",
"subtitle",
"time",
"title_text",
"title_times",
"entity_sound",
"sound_event",
"stop_sound",
"chat_message",
"tab_list_text",
"nbt_response",
"entity_collect",
"teleport",
"advancements",
"entity_attributes",
"features",
"entity_effect",
"recipes",
"tags"
]
} }
}, },
"877": { "877": {