What's Changed
- Replaced
distance
check withdistanceSquared
inHologram.java
New methods in HologramManager
hologramExists(id)
hologramExists(hologram)
getHologramIds()
com.github.max1mde:HologramLib:1.6.8
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.6...1.6.8
What's Changed
- fix: Rendering issues
- fix: teleport & addAllViewers in Hologram.java by @max1mde in https://github.com/max1mde/HologramLib/pull/21
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.4...1.6.6
What's Changed
- Fixed shading issues
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.2.1...1.6.3
What's Changed
- Fixed render mode
VIEWER_LIST
issues
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.1...1.6.2.1
What's Changed
- Fix: left & right rotation in transformation not being applied
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.0...1.6.2
What's Changed
- Renamed interpolationDurationRotation to teleport duration in Hologram
- Some smaller fixes & documentation updates
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.6.0...1.6.1
What's Changed
Item & Block holograms can be spawned now through the HologramManager A top player head can be enabled in the leaderboard hologram (Skin currently only applied on 1.20.5+)
- feat: item and block holograms by @max1mde in https://github.com/max1mde/HologramLib/pull/8
- add: folia support by @WhyZerVellasskx in https://github.com/max1mde/HologramLib/pull/12
- fix: initialize folialib by @WhyZerVellasskx in https://github.com/max1mde/HologramLib/pull/14
- fix: folialib bugs by @WhyZerVellasskx in https://github.com/max1mde/HologramLib/pull/15
Issues solved
https://github.com/max1mde/HologramLib/issues/11 https://github.com/max1mde/HologramLib/issues/7 https://github.com/max1mde/HologramLib/issues/6
New Contributors
- @WhyZerVellasskx made their first contribution in https://github.com/max1mde/HologramLib/pull/12
Full Changelog: https://github.com/max1mde/HologramLib/compare/1.5.3.2...1.6.0-ALPHA
Breaking Changes in the API 🚨
All references to HologramAPI
have been renamed to HologramLib
.
Please update your imports:
- From:
com.maximde.hologramapi
- To:
com.maximde.hologramlib
Update the main class:
- From:
com.maximde.hologramapi.HologramAPI
- To:
com.maximde.hologramlib.HologramLib
Full Changelog: 1.4.8...1.5.0
I swear this is the last time I make such breaking changes 🙏💀
- Copy hologram methods
HologramManager#copyHologram(TextHologram source)
HologramManager#copyHologram(TextHologram source, String id)
- More comments
Full Changelog: https://github.com/max1mde/HologramAPI/compare/1.4.7...1.4.8