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

simplify #469

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft

simplify #469

wants to merge 22 commits into from

Conversation

CJCrafter
Copy link
Member

@CJCrafter CJCrafter commented Oct 12, 2024

removes all version compatibility code. Only target latest stable API, avoid all else.

  • Remove old compatibility code before 1.21
  • Remove all old lib .jar files. Depend only on maven repos! Finally!
  • Update serializer stuff
    • Add support for Bukkit registers
    • Improve list parsing
    • Convert MechanicsCore serializers
    • Convert WeaponMechanics serializers/validators
  • Remove command compatibility
    • Add Jorel's command api
    • Convert commands to jorel
    • add custom arguments for map serialization
  • Update skin stuff
    • Remove support for ALL old systems. Custom model data or bust.
    • Figure out this new model system
    • Update the resource pack
  • Update durability stuff
    • Ditch old system completely, automatically convert item so it has a durability bar
    • Let the item fall to 0 durability (configurable)
  • Switch to PacketEvents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant