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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 49d15f6345 - Show all commits

View File

@@ -64,6 +64,6 @@ public class PaperDiscoveredDatapack implements DiscoveredDatapack {
@Override @Override
public DatapackSource getSource() { 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": { "pack": {
"description": "Built-in Paper Datapack", "description": "Built-in Paper Datapack",
"pack_format": 41 "pack_format": 61
} }
} }