Skip to content

Commit

Permalink
update 23w42a
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Oct 19, 2023
1 parent 9bb50cd commit f5a968c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minecraft-data
16 changes: 14 additions & 2 deletions strings/strings_je.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,14 @@
"do_limited_crafting": {
"name": "Do Limited Crafting",
"type": "bool"
},
"slot_id": {
"name": "Slot ID",
"type": "u32"
},
"new_state": {
"name": "New State",
"type": "bool"
}
},
"mappings": {
Expand Down Expand Up @@ -2448,7 +2456,10 @@
"chunk_batch_finished/batchSize": "batch_size",
"chunk_batch_received/desiredBatchSize": "desired_batch_size",
"registry_data/registryData": "registry_data",
"pong/time": "ping_time_je"
"pong/time": "ping_time_je",
"window_slot_state_changed/windowId": "window_id",
"window_slot_state_changed/slotId": "slot_id",
"window_slot_state_changed/newState": "new_state"
},
"bitmask_collection": {
"[26]x[26]z[12]y": [
Expand Down Expand Up @@ -2785,7 +2796,8 @@
"use_item": "Server Use Item",
"chunk_batch_received": "Server Chunk Batch Received",
"configuration_acknowledgement": "Server Configuration ACK",
"finish_configuration": "Server Finish Configuration"
"finish_configuration": "Server Finish Configuration",
"window_slot_state_changed": "Server Container Slot State Changed"
}
}
}

0 comments on commit f5a968c

Please sign in to comment.