aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2024-04-17 21:16:33 +0100
committerLuck <git@lucko.me>2024-04-17 21:16:33 +0100
commitc7630179c0b5eeca0a67880112c1e71a41ebc945 (patch)
treea3bdf28c3ea263f1a95e853545166b3638062341 /spark-fabric
parenta553f51a9997319fdcb3171eb71a6d87ee778a85 (diff)
downloadspark-c7630179c0b5eeca0a67880112c1e71a41ebc945.tar.gz
spark-c7630179c0b5eeca0a67880112c1e71a41ebc945.tar.bz2
spark-c7630179c0b5eeca0a67880112c1e71a41ebc945.zip
Update Fabric dependencies
Diffstat (limited to 'spark-fabric')
-rw-r--r--spark-fabric/build.gradle4
-rw-r--r--spark-fabric/src/main/resources/fabric.mod.json3
2 files changed, 4 insertions, 3 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle
index baf4ea9..6ebb473 100644
--- a/spark-fabric/build.gradle
+++ b/spark-fabric/build.gradle
@@ -1,7 +1,7 @@
import net.fabricmc.loom.task.RemapJarTask
plugins {
- id 'fabric-loom' version '1.4-SNAPSHOT'
+ id 'fabric-loom' version '1.6-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}
@@ -43,7 +43,7 @@ dependencies {
modImplementation(fabricApi.module(it, '0.91.2+1.20.4'))
}
- include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
+ include(modImplementation('me.lucko:fabric-permissions-api:0.3.1'))
modImplementation('eu.pb4:placeholder-api:2.0.0-beta.4+1.19')
diff --git a/spark-fabric/src/main/resources/fabric.mod.json b/spark-fabric/src/main/resources/fabric.mod.json
index f1f0ad4..a6e0a74 100644
--- a/spark-fabric/src/main/resources/fabric.mod.json
+++ b/spark-fabric/src/main/resources/fabric.mod.json
@@ -30,6 +30,7 @@
"fabricloader": ">=0.4.0",
"fabric-api-base": "*",
"fabric-command-api-v2": "*",
- "fabric-lifecycle-events-v1" : "*"
+ "fabric-lifecycle-events-v1" : "*",
+ "fabric-permissions-api-v0": "*"
}
}