mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 18:32:33 +02:00
Compile forge/fabric against MC 1.19.4
This commit is contained in:
@@ -14,9 +14,9 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// https://modmuss50.me/fabric.html
|
// https://modmuss50.me/fabric.html
|
||||||
minecraft 'com.mojang:minecraft:1.19.3'
|
minecraft 'com.mojang:minecraft:1.19.4'
|
||||||
mappings 'net.fabricmc:yarn:1.19.3+build.5:v2'
|
mappings 'net.fabricmc:yarn:1.19.4+build.1:v2'
|
||||||
modImplementation 'net.fabricmc:fabric-loader:0.14.13'
|
modImplementation 'net.fabricmc:fabric-loader:0.14.17'
|
||||||
|
|
||||||
Set<String> apiModules = [
|
Set<String> apiModules = [
|
||||||
'fabric-api-base',
|
'fabric-api-base',
|
||||||
@@ -26,7 +26,7 @@ dependencies {
|
|||||||
]
|
]
|
||||||
|
|
||||||
apiModules.forEach {
|
apiModules.forEach {
|
||||||
modImplementation(fabricApi.module(it, '0.73.0+1.19.3'))
|
modImplementation(fabricApi.module(it, '0.76.0+1.19.4'))
|
||||||
}
|
}
|
||||||
|
|
||||||
include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
|
include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
minecraftVersion=1.19.3
|
minecraftVersion=1.19.4
|
||||||
forgeVersion=44.1.0
|
forgeVersion=45.0.1
|
Reference in New Issue
Block a user