aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric/src/main
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/src/main
parenta553f51a9997319fdcb3171eb71a6d87ee778a85 (diff)
downloadspark-c7630179c0b5eeca0a67880112c1e71a41ebc945.tar.gz
spark-c7630179c0b5eeca0a67880112c1e71a41ebc945.tar.bz2
spark-c7630179c0b5eeca0a67880112c1e71a41ebc945.zip
Update Fabric dependencies
Diffstat (limited to 'spark-fabric/src/main')
-rw-r--r--spark-fabric/src/main/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
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": "*"
}
}