Skip to content

Conversation

BlusteryS
Copy link
Member

This code will not work due to the following:

  1. ServerAuthInventories is false (StartGamePacket - 298 line):
    image
  2. We do not handle ItemStackRequest, so if we enable ServerAuthInventories the enchantment table won't work (PlayerAuthInputPacket - 73 line):
    image

@BlusteryS
Copy link
Member Author

BlusteryS commented Aug 27, 2023

If ServerAuthInventories is false, then enchantments are generated on the client side. So we have to enable ServerAuthInventories and do some processing for item stack request packets.

@lt-name lt-name added the [Type] New Feature | 新特性 New feature or request label Aug 28, 2023
@CoolLoong
Copy link

very cool!

@lt-name lt-name force-pushed the master branch 3 times, most recently from f3db443 to f1e5570 Compare February 17, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] New Feature | 新特性 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants