mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-29 12:37:40 +01:00
Fabric 1.19.2
This commit is contained in:
parent
b6b3788f14
commit
afc69046ad
@ -14,9 +14,9 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.19.1'
|
||||
mappings 'net.fabricmc:yarn:1.19.1+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.14.6'
|
||||
minecraft 'com.mojang:minecraft:1.19.2'
|
||||
mappings 'net.fabricmc:yarn:1.19.2+build.9:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.14.9'
|
||||
|
||||
Set<String> apiModules = [
|
||||
'fabric-api-base',
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.58.5+1.19.1'))
|
||||
modImplementation(fabricApi.module(it, '0.60.0+1.19.2'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
|
||||
|
Loading…
Reference in New Issue
Block a user