mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 10:22:55 +02:00
Update to Minecraft 1.21.7
This commit is contained in:
@@ -75,8 +75,6 @@ subprojects {
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||
maven { url 'https://repo.lucko.me/' }
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
}
|
||||
|
@@ -6,7 +6,9 @@ dependencies {
|
||||
implementation project(':common')
|
||||
compileOnly project(':common:loader-utils')
|
||||
|
||||
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
|
||||
compileOnly('net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT') {
|
||||
exclude(module: 'bungeecord-protocol')
|
||||
}
|
||||
compileOnly('net.kyori:adventure-platform-bungeecord:4.4.0') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
|
@@ -3,7 +3,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
|
||||
compileOnly('net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT') {
|
||||
exclude(module: 'bungeecord-protocol')
|
||||
}
|
||||
|
||||
implementation project(':api')
|
||||
implementation project(':common:loader-utils')
|
||||
|
@@ -13,8 +13,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://modmuss50.me/fabric.html
|
||||
minecraft 'com.mojang:minecraft:1.21.6'
|
||||
mappings 'net.fabricmc:yarn:1.21.6+build.1:v2'
|
||||
minecraft 'com.mojang:minecraft:1.21.7'
|
||||
mappings 'net.fabricmc:yarn:1.21.7+build.1:v2'
|
||||
modImplementation 'net.fabricmc:fabric-loader:0.16.14'
|
||||
|
||||
Set<String> apiModules = [
|
||||
@@ -26,10 +26,10 @@ dependencies {
|
||||
]
|
||||
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, '0.127.0+1.21.6'))
|
||||
modImplementation(fabricApi.module(it, '0.128.1+1.21.7'))
|
||||
}
|
||||
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.4.0'))
|
||||
include(modImplementation('me.lucko:fabric-permissions-api:0.4.1'))
|
||||
|
||||
implementation project(':common')
|
||||
}
|
||||
|
@@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.21.6
|
||||
forgeVersion=56.0.3
|
||||
minecraftVersion=1.21.7
|
||||
forgeVersion=57.0.0
|
@@ -1,2 +1,2 @@
|
||||
minecraftVersion=1.21.6
|
||||
neoForgeVersion=21.6.5-beta
|
||||
minecraftVersion=1.21.7
|
||||
neoForgeVersion=21.7.1-beta
|
Reference in New Issue
Block a user