Implement display offset, refactor scaling and upgrade version

The main change introduced is the implementation of display offset within nameplates. Previously applied scaling calculations have been refactored and simplified by using the Vector3f class. The software version has also been upgraded from 1.5.0 to 1.6.0 in preparation for release. Other minor adjustments include changing the default 'billboard' setting from 'vertical' to 'center'.
This commit is contained in:
2024-02-28 22:41:57 +01:00
parent 061d7ecfef
commit 9ff6223829
5 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ plugins {
}
group = "me.youhavetrouble"
version = "1.5.0"
version = "1.6.0"
description = "Nameplates using display entities"
java {