Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d92472c0a4 | ||
|
|
7de03c1459 | ||
|
|
9109e11791 | ||
|
|
a0381e113c | ||
|
|
2d6128eca9 | ||
|
|
985608791b | ||
|
|
dd65bfa58d | ||
|
|
a61cce53c1 | ||
|
|
e7cc186e9c | ||
|
|
7fb3df354d | ||
|
|
971c643203 | ||
|
|
b2381c33fe | ||
|
|
0642ff1421 | ||
|
|
7dc5caec57 | ||
|
|
b006ebab53 | ||
|
|
3bd774265d | ||
|
|
0ff6d68a5b |
@@ -48,7 +48,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.37.1'
|
compileOnly 'com.willfp:eco:6.37.1'
|
||||||
implementation 'com.willfp:libreforge:3.77.0'
|
implementation 'com.willfp:libreforge:3.81.0'
|
||||||
implementation 'org.joml:joml:1.10.4'
|
implementation 'org.joml:joml:1.10.4'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
|||||||
@@ -44,7 +44,11 @@ class PetDisplay(
|
|||||||
|
|
||||||
location.y += NumberUtils.fastSin(tick / (2 * PI) * 0.5) * 0.15
|
location.y += NumberUtils.fastSin(tick / (2 * PI) * 0.5) * 0.15
|
||||||
|
|
||||||
stand.teleport(location)
|
try {
|
||||||
|
stand.teleport(location)
|
||||||
|
} catch (_: Exception) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (!pet.entityTexture.contains(":")) {
|
if (!pet.entityTexture.contains(":")) {
|
||||||
stand.setRotation((20 * tick / (2 * PI)).toFloat(), 0f)
|
stand.setRotation((20 * tick / (2 * PI)).toFloat(), 0f)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Sun Jul 24 22:49:45 BST 2022
|
#Thu Aug 04 13:04:16 BST 2022
|
||||||
version=1.13.0
|
version=1.17.0
|
||||||
plugin-name=EcoPets
|
plugin-name=EcoPets
|
||||||
|
|||||||
Reference in New Issue
Block a user