Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce size of recipes in PacketBuffer's #4387

Open
wants to merge 5 commits into
base: 1.15
Choose a base branch
from

Commits on Oct 16, 2020

  1. Use read/writeVarInt instead of read/writeInt in recipe serializers, …

    …as we essentially never see numbers large enough for Int to be more efficient than VarInt
    malte0811 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    9c8af18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee2f11 View commit details
    Browse the repository at this point in the history
  3. Add a shaped recipe serializer that does not re-send re-used ingredie…

    …nts and use it for recipes where it significantly reduces size
    malte0811 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ec0610d View commit details
    Browse the repository at this point in the history
  4. Generated data

    malte0811 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    efc8dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    1b2a142 View commit details
    Browse the repository at this point in the history