Compare commits

...

16 Commits

Author SHA1 Message Date
Auxilor
dd65bfa58d libreforge-updater 2022-08-04 12:25:02 +01:00
Auxilor
a61cce53c1 Updated to 1.16.2 2022-08-03 15:09:52 +01:00
Auxilor
e7cc186e9c Jank fix 2022-08-03 15:09:45 +01:00
Auxilor
7fb3df354d libreforge-updater 2022-08-02 16:27:25 +01:00
Auxilor
971c643203 libreforge-updater 2022-08-02 16:22:01 +01:00
Auxilor
b2381c33fe libreforge-updater 2022-08-02 16:17:45 +01:00
Auxilor
0642ff1421 libreforge-updater 2022-08-01 11:19:55 +01:00
Auxilor
7dc5caec57 libreforge-updater 2022-07-29 17:51:31 +01:00
Auxilor
b006ebab53 libreforge-updater 2022-07-27 20:17:58 +01:00
Auxilor
3bd774265d libreforge-updater 2022-07-25 17:54:31 +01:00
Auxilor
0ff6d68a5b libreforge-updater 2022-07-25 17:03:22 +01:00
Auxilor
a27ebb1b5c libreforge-updater 2022-07-24 22:49:45 +01:00
Auxilor
afafd86eaf libreforge-updater 2022-07-24 21:51:44 +01:00
Auxilor
49a2713017 libreforge-updater 2022-07-23 17:43:45 +01:00
Auxilor
a4263e8397 libreforge-updater 2022-07-22 14:21:36 +01:00
Auxilor
17f3aa8862 Updated kotlin 2022-07-22 14:17:51 +01:00
3 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
}
}
@@ -48,12 +48,12 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.37.1'
implementation 'com.willfp:libreforge:3.76.0'
implementation 'com.willfp:libreforge:3.80.2'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
}
tasks.withType(JavaCompile) {

View File

@@ -44,7 +44,11 @@ class PetDisplay(
location.y += NumberUtils.fastSin(tick / (2 * PI) * 0.5) * 0.15
stand.teleport(location)
try {
stand.teleport(location)
} catch (_: Exception) {
}
if (!pet.entityTexture.contains(":")) {
stand.setRotation((20 * tick / (2 * PI)).toFloat(), 0f)

View File

@@ -1,4 +1,4 @@
#libreforge-updater
#Thu Jul 21 20:15:00 BST 2022
version=1.12.0
#Thu Aug 04 12:25:02 BST 2022
version=1.16.3
plugin-name=EcoPets