Skip to content

Feature Release 2.2.0

Latest

Choose a tag to compare

@toxicity188 toxicity188 released this 04 Mar 09:09
· 15 commits to v2 since this release
8d35ff5

✨ Feats

  • optimize model realtime thread (3~5x lightweight than BM 2.0.1)
  • optimize BoneName
  • add TrackerAnimation API (TrackerBuiltInAnimation, TrackerExtraAnimation)
  • remove unused class (AnimationEventHandler)
public static final TrackerAnimation<EntityTracker> DEATH = TrackerAnimation.builder("death")
    .type(EntityTracker.class)
    .modifier(tracker -> AnimationModifier.DEFAULT_WITH_PLAY_ONCE)
    .onRemove(Tracker::close)
    .onSuccess(tracker -> tracker.forRemoval(true))
    .build();

🔧 Fixes

  • Molang support in Spigot platform

🚀 Changes

  • config pack.use-obfuscation is now true by default

🧹 Chores

  • fix(deps): update dependency com.nexomc:nexo to v1.20.1
  • fix(deps): update dependency net.skinsrestorer:skinsrestorer-api to v15.10.1
  • fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.3.2

Full change log