Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
✨ Feats
- optimize model realtime thread (3~5x lightweight than BM 2.0.1)
- optimize
BoneName - add
TrackerAnimationAPI (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-obfuscationis 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
Information
| Published on | March 4, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.21-1.21.1, 1.21.4-1.21.11)
Dependencies
Paper