1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Attempt to temporarily resolve build

This commit is contained in:
onebeastchris
2025-07-27 02:50:14 +02:00
parent c915d3ac05
commit a6f707fb10
2 changed files with 7 additions and 7 deletions

View File

@@ -41,11 +41,6 @@ repositories {
mavenContent { snapshotsOnly() }
}
// BungeeCord
maven("https://oss.sonatype.org/content/repositories/snapshots") {
mavenContent { snapshotsOnly() }
}
// NeoForge
maven("https://maven.neoforged.net/releases") {
mavenContent { releasesOnly() }
@@ -62,8 +57,13 @@ repositories {
name = "viaversion"
}
// BungeeCord
// maven("https://oss.sonatype.org/content/repositories/snapshots") {
// mavenContent { snapshotsOnly() }
// }
// For Adventure snapshots
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
//maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
// Jitpack for e.g. MCPL
maven("https://jitpack.io") {

View File

@@ -127,7 +127,7 @@ public class GeyserUrlPackCodec extends UrlPackCodec {
// Update to new url pack codec (same url, updated fallback), and keep content key
GeyserResourcePack pack = updatedPack.withCodec(new GeyserUrlPackCodec(url, backingPathCodec));
// Keep the pack options that were previously set
Registries.RESOURCE_PACKS.get().put(holder.uuid(), holder.withPack(pack));
Registries.RESOURCE_PACKS.get().put(updatedPack.uuid(), holder.withPack(pack));
})
.exceptionally(throwable -> {