mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-09 05:40:47 +02:00
Update to Minecraft 1.21.4
This commit is contained in:
@@ -13,9 +13,9 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.21.3'
|
||||
mappings 'net.fabricmc:yarn:1.21.3+build.2:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.7'
|
||||
minecraft 'com.mojang:minecraft:1.21.4'
|
||||
mappings 'net.fabricmc:yarn:1.21.4+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.9'
|
||||
|
||||
Set<String> apiModules = [
|
||||
'fabric-api-base',
|
||||
@@ -26,10 +26,10 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.106.1+1.21.3'))
|
||||
modImplementation(fabricApi.module(it, '0.111.0+1.21.4'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.3.2'))
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.3.3'))
|
||||
|
||||
implementation project(':common')
|
||||
}
|
||||
|
Reference in New Issue
Block a user