Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
24 changed files with 223 additions and 338 deletions
Showing only changes of commit 49d15f6345 - Show all commits

View File

@ -64,6 +64,6 @@ public class PaperDiscoveredDatapack implements DiscoveredDatapack {
@Override
public DatapackSource getSource() {
return PACK_SOURCES.computeIfAbsent(this.pack.location().source(), source -> new DatapackSourceImpl(source.toString()));
return PACK_SOURCES.get(this.pack.location().source());
}
}

View File

@ -1,6 +1,6 @@
{
"pack": {
"description": "Built-in Paper Datapack",
"pack_format": 41
"pack_format": 61
}
}