Correct hologram Y offset

https://github.com/filoghost/HolographicDisplays/blob/master/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/util/Offsets.java#L15 The offset is by default -1.25 for 1.8, however 1.9 clients require only -0.29. (-1.25 - -0.29) = -0.96 which should be the correct offset.
2 files changed
tree: a6c54f1ffa4bdbb31f9812d6c90fb31c3923aad6
  1. .gitignore
  2. .travis.yml
  3. ISSUE_TEMPLATE.md
  4. LICENSE
  5. README.md
  6. circle.yml
  7. pom.xml
  8. src/main/
README.md

ViaVersion 0.9.2

Build Status Gitter

Allows the connection of 1.9 clients to 1.8 1.10 clients on 1.8 / 1.9 servers

This took 100s hours of work, so if you enjoy this consider looking into contacting me and supporting my projects.

Contributor Chat: https://gitter.im/MylesIsCool/ViaVersion

Sources:

wiki.vg (Protocol info, though I did have to find a lot myself)

Burger We use this tool to get protocol and other useful information for new / undocumented Minecraft versions

OpenNBT (used for slot rewriting)

Contributors:

Myself (harhar)

Matsv/StamBoom

HugoDaBosss

SanderGielisse

Paulomart

gigosaurus

fillefilip8

lenis0012

Releases / Dev Builds:

You can find official releases here:

https://www.spigotmc.org/resources/viaversion.19254/history


You can find official dev builds here:

Jenkins: https://ci.viaversion.com

JavaDocs: https://jd.viaversion.com

Maven Repo: https://repo.viaversion.com

License:

MIT License, see LICENSE for more details.

Thanks!