Skip to content

Commit

Permalink
Update to Minecraft 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZockerAxel committed Dec 6, 2024
1 parent a314243 commit d9726b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
plugins {
id("java")
id("maven-publish")
id("io.papermc.paperweight.userdev") version "1.7.1"
id("io.papermc.paperweight.userdev") version "1.7.7"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}

Expand All @@ -15,7 +15,7 @@ repositories {
}

dependencies {
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public String toString() {
private static class TextHolderLookupProvider implements Provider {

@Override
public Stream<ResourceKey<? extends Registry<?>>> listRegistries() {
return Stream.of();
public Stream<ResourceKey<? extends Registry<?>>> listRegistryKeys() {
return Stream.empty();
}

@Override
Expand Down

0 comments on commit d9726b5

Please sign in to comment.