mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-22 22:22:56 +02:00
Update Fabric to MC 1.20.6
This commit is contained in:
@@ -13,8 +13,8 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// https://modmuss50.me/fabric.html
|
// https://modmuss50.me/fabric.html
|
||||||
minecraft 'com.mojang:minecraft:1.20.5'
|
minecraft 'com.mojang:minecraft:1.20.6'
|
||||||
mappings 'net.fabricmc:yarn:1.20.5+build.1:v2'
|
mappings 'net.fabricmc:yarn:1.20.6+build.1:v2'
|
||||||
modImplementation 'net.fabricmc:fabric-loader:0.15.10'
|
modImplementation 'net.fabricmc:fabric-loader:0.15.10'
|
||||||
|
|
||||||
Set<String> apiModules = [
|
Set<String> apiModules = [
|
||||||
@@ -25,7 +25,7 @@ dependencies {
|
|||||||
]
|
]
|
||||||
|
|
||||||
apiModules.forEach {
|
apiModules.forEach {
|
||||||
modImplementation(fabricApi.module(it, '0.97.6+1.20.5'))
|
modImplementation(fabricApi.module(it, '0.97.8+1.20.6'))
|
||||||
}
|
}
|
||||||
|
|
||||||
include(modImplementation('me.lucko:fabric-permissions-api:0.3.1'))
|
include(modImplementation('me.lucko:fabric-permissions-api:0.3.1'))
|
||||||
|
Reference in New Issue
Block a user