Skip to content

Commit

Permalink
update 1.20.3-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Nov 21, 2023
1 parent 5319c31 commit 7005549
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
add_compile_definitions(DEBUG)
endif ()

add_compile_definitions(WS_BUILD_DLL)

file(GLOB SOURCES "./*.c")
file(GLOB HEADERS "./*.h")
file(GLOB PROTOCOL_JE_SOURCES "./protocol_je/*.c")
Expand Down
2 changes: 0 additions & 2 deletions mc_dissector.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//
#include <ws_version.h>

#define WS_BUILD_DLL

#include "mc_dissector.h"
#include "protocol_data.h"
#include "protocol_je/je_dissect.h"
Expand Down
2 changes: 1 addition & 1 deletion minecraft-data
9 changes: 9 additions & 0 deletions strings/strings_je.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,12 @@
"resource_pack_send/hash": "hash",
"resource_pack_send/forced": "forced",
"resource_pack_send/promptMessage": "prompt_message",
"resource_pack_pop/id": "uuid",
"resource_pack_push/id": "uuid",
"resource_pack_push/url": "url",
"resource_pack_push/hash": "hash",
"resource_pack_push/forced": "forced",
"resource_pack_push/promptMessage": "prompt_message",
"respawn/dimension": "dimension_name",
"respawn/worldName": "world_name",
"respawn/hashedSeed": "hashed_seed",
Expand Down Expand Up @@ -2436,6 +2442,7 @@
"recipe_book/bookId": "book_id",
"recipe_book/bookOpen": "book_open",
"recipe_book/filterActive": "filter_active",
"resource_pack_receive/id": "uuid",
"resource_pack_receive/result": "result",
"held_item_slot/slot": "slot",
"held_item_slot/slotId": "slot",
Expand Down Expand Up @@ -2719,6 +2726,8 @@
"entity_destroy": "Client Remove Entities",
"remove_entity_effect": "Client Remove Mob Effect",
"resource_pack_send": "Client Resource Pack",
"resource_pack_pop": "Client Resource Pack Pop",
"resource_pack_push": "Client Resource Pack Push",
"respawn": "Client Respawn",
"entity_head_rotation": "Client Rotate Head",
"multi_block_change": "Client Section Blocks Update",
Expand Down

0 comments on commit 7005549

Please sign in to comment.