mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-03-11 06:10:46 +01:00
Update fabric/forge versions
This commit is contained in:
parent
a5ba53d765
commit
1bfbd27701
@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask
|
||||
|
||||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
id 'fabric-loom' version '1.0-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
archivesBaseName = 'luckperms'
|
||||
@ -16,7 +16,7 @@ dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.19.3'
|
||||
mappings 'net.fabricmc:yarn:1.19.3+build.5:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.14.12'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.14.13'
|
||||
|
||||
Set<String> apiModules = [
|
||||
'fabric-api-base',
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.70.0+1.19.3'))
|
||||
modImplementation(fabricApi.module(it, '0.73.0+1.19.3'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
|
||||
|
@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.19.3
|
||||
forgeVersion=44.0.48
|
||||
forgeVersion=44.1.0
|
Loading…
Reference in New Issue
Block a user