From 468757762f3a6f2d74c868f3c8e5016db0b345a5 Mon Sep 17 00:00:00 2001
From: xSquishyLiam <56977759+xSquishyLiam@users.noreply.github.com>
Date: Sun, 2 Nov 2025 16:46:32 +0000
Subject: [PATCH] updated BetterModel API?
---
.idea/workspace.xml | 7 +++++--
build.gradle.kts | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2349e58..f98a89c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
@@ -198,9 +201,9 @@
+
-
diff --git a/build.gradle.kts b/build.gradle.kts
index 59f25e1..68e2f98 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -20,11 +20,11 @@ repositories {
}
dependencies {
- compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
implementation("dev.jorel:commandapi-paper-shade:11.0.0")
compileOnly("com.ticxo.modelengine:ModelEngine:R4.0.9")
- compileOnly("io.github.toxicity188:bettermodel:1.13.4")
+ compileOnly("io.github.toxicity188:bettermodel:1.14.0")
compileOnly(files("libs/geyserutils-spigot-1.0-SNAPSHOT.jar"))
compileOnly("org.geysermc.floodgate:api:2.2.4-SNAPSHOT")