mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-28 03:57:36 +01:00
Update Forge/Fabric to 1.20.1
This commit is contained in:
parent
3542a6cc75
commit
5dd808752c
@ -14,8 +14,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.20'
|
||||
mappings 'net.fabricmc:yarn:1.20+build.1:v2'
|
||||
minecraft 'com.mojang:minecraft:1.20.1'
|
||||
mappings 'net.fabricmc:yarn:1.20.1+build.2:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.14.21'
|
||||
|
||||
Set<String> apiModules = [
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.83.0+1.20'))
|
||||
modImplementation(fabricApi.module(it, '0.83.1+1.20.1'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT'))
|
||||
|
@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.20
|
||||
forgeVersion=46.0.1
|
||||
minecraftVersion=1.20.1
|
||||
forgeVersion=47.0.1
|
Loading…
Reference in New Issue
Block a user