Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03dcdb895e | ||
|
|
a166fe9457 | ||
|
|
a2f3ec89b8 | ||
|
|
28597a8777 | ||
|
|
c9755066b4 | ||
|
|
4215dafafd | ||
|
|
c09c7ae312 | ||
|
|
6e3933ff72 | ||
|
|
30595783e3 | ||
|
|
9898118bf1 |
@@ -48,7 +48,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.37.1'
|
||||
implementation 'com.willfp:libreforge:3.101.0'
|
||||
implementation 'com.willfp:libreforge:3.105.0'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
compileOnly 'net.kyori:adventure-api:4.10.1'
|
||||
compileOnly 'net.essentialsx:EssentialsX:2.19.0'
|
||||
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6'
|
||||
compileOnly 'com.ticxo.modelengine:api:R2.5.0'
|
||||
compileOnly 'com.ticxo.modelengine:api:R3.0.0'
|
||||
}
|
||||
|
||||
build.dependsOn publishToMavenLocal
|
||||
|
||||
@@ -14,10 +14,7 @@ class ModelEnginePetEntity(
|
||||
|
||||
val model = ModelEngineAPI.createActiveModel(modelID)
|
||||
val modelled = ModelEngineAPI.createModeledEntity(stand)
|
||||
modelled.addActiveModel(model)
|
||||
|
||||
// ModelEngine removed addActiveModel in new API release... for no reason.
|
||||
//modelled.addModel(model,true)
|
||||
modelled.addModel(model, true)
|
||||
|
||||
return stand
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Thu Sep 15 12:10:13 BST 2022
|
||||
version=1.37.0
|
||||
#Mon Sep 26 14:42:58 BST 2022
|
||||
version=1.41.0
|
||||
plugin-name=EcoPets
|
||||
|
||||
Reference in New Issue
Block a user