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

Update to MC 1.21.2 #4125

Draft
wants to merge 90 commits into
base: api-12
Choose a base branch
from
Draft

Update to MC 1.21.2 #4125

wants to merge 90 commits into from

Conversation

Faithcaio
Copy link
Contributor

@Faithcaio Faithcaio commented Aug 26, 2024

SpongeAPI | Sponge

A lot doesn't compile with some registries having changed. Some kinds have migrated to records, moving away from enums. This poses some slight problem with representing the kinds themselves for API usage.

TODO

  • Goat Horn Instrument Datapack
  • Painting Variants Datapack changes
  • Ingredient Rework
  • Attributes got renamed
  • Loottables? (Shearing)
  • projectile spawned effects?
  • tnt and tnt-minecart explosion power
  • tool tiers got replaced by item tags
  • worldgen carver types removed
  • ItemComponents:
    • repairable
    • enchantable
    • food (stuff got moved out)
    • consumable
      • animation#
      • consume effects
    • potion_contents
    • ominous_bottle_amplifier
    • suspicious_stew_contents
    • use_remainer (rename Keys.FOODS_CONVERTS_TO?)
    • use_cooldown
  • Explosion sounds and particles
  • TabList order
  • add MovementTypes.RANDOM_TELEPORT for TeleportRandomlyConsumeEffect
  • Tracker: Explosion handling (ServerExplosion)
  • NeighbourUpdater Tracking (fromPos is gone?)

A lot doesn't compile with some registries having changed. Some kinds have migrated to
records, moving away from enums. This poses some slight problem with representing the kinds themselves for API usage.
@avaruus1
Copy link
Contributor

It'd also be nice to have these accessible in the API (especially the tab list sorting)

  • Added ability for custom servers to override the order that players appear in the 'tab list'
    • This is controlled by a non-negative ordering index that is sorted highest to lowest
  • The client now shares the state of the 'Particles' limiter option to be used by custom servers

(copy pasted from 24W33a changelog)

Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
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.

3 participants