1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Update mod loader dependencies

This commit is contained in:
Luck
2025-05-08 19:45:14 +01:00
parent 7744913df2
commit f64bf04ba4
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ dependencies {
// https://modmuss50.me/fabric.html
minecraft 'com.mojang:minecraft:1.21.5'
mappings 'net.fabricmc:yarn:1.21.5+build.1:v2'
modImplementation 'net.fabricmc:fabric-loader:0.16.10'
modImplementation 'net.fabricmc:fabric-loader:0.16.14'
Set<String> apiModules = [
'fabric-api-base',
@@ -26,7 +26,7 @@ dependencies {
]
apiModules.forEach {
modImplementation(fabricApi.module(it, '0.119.0+1.21.5'))
modImplementation(fabricApi.module(it, '0.123.0+1.21.5'))
}
include(modImplementation('me.lucko:fabric-permissions-api:0.3.3'))