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:
35 files changed
+895
-87
No files matched your search
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user