1
0
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:
Luck
2025-07-21 22:08:21 +01:00
parent ed863b275d
commit 73d710a89e
8 changed files with 16 additions and 16 deletions

View File

@@ -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'))