Fix serverbound client command;

Implemented 0x85-ClientboundUpdateRecipesPacket
0x82-ClientboundUpdateAdvancementsPacket
0x6d-ClientboundSetPlayerTeamPacket
0x6c-ClientboundSetPlayerInventorySlotPacket
0x66-ClientboundSetEquipmentPacket
0x60-ClientboundSetCursorItemPacket
0x4a-ClientboundRecipeBookAddPacket
0x3f-ClientboundPlaceGhostRecipePacket
0x34-ClientboundMerchantOffersPacket
0x30-ClientboundLightUpdatePacket
This commit is contained in:
2026-09-11 15:52:22 +08:00
parent 3cca64d9c1
commit e47a0bff04
35 files changed
+895 -87

No files matched your search

+1 -1
View File
@@ -4,7 +4,7 @@ import os
path = "./registries.json"
with open(path, "r") as f:
data = json.loads(f.read())["minecraft:particle_type"]
data = json.loads(f.read())["minecraft:recipe_display"]
sorted_entries = sorted(
data.get('entries', {}).items(),