mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Update Fabric to MC 1.20.6
This commit is contained in:
parent
f86585c3cc
commit
2361ea43ee
@ -13,8 +13,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.20.5'
|
||||
mappings 'net.fabricmc:yarn:1.20.5+build.1:v2'
|
||||
minecraft 'com.mojang:minecraft:1.20.6'
|
||||
mappings 'net.fabricmc:yarn:1.20.6+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.15.10'
|
||||
|
||||
Set<String> apiModules = [
|
||||
@ -25,7 +25,7 @@ dependencies {
|
||||
]
|
||||
|
||||
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'))
|
||||
|
Loading…
Reference in New Issue
Block a user