mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-03 03:12:46 +02:00
Update to Minecraft 1.21.8
This commit is contained in:
@@ -13,8 +13,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.21.7'
|
||||
mappings 'net.fabricmc:yarn:1.21.7+build.1:v2'
|
||||
minecraft 'com.mojang:minecraft:1.21.8'
|
||||
mappings 'net.fabricmc:yarn:1.21.8+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.14'
|
||||
|
||||
Set<String> apiModules = [
|
||||
@@ -26,7 +26,7 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.128.1+1.21.7'))
|
||||
modImplementation(fabricApi.module(it, '0.129.0+1.21.8'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.4.1'))
|
||||
|
Reference in New Issue
Block a user