mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
193eebecdf
== AT == public net/minecraft/tags/TagEntry id public net/minecraft/tags/TagEntry tag public net/minecraft/tags/TagEntry required
11 lines
666 B
Diff
11 lines
666 B
Diff
--- a/net/minecraft/server/ServerFunctionLibrary.java
|
|
+++ b/net/minecraft/server/ServerFunctionLibrary.java
|
|
@@ -113,7 +113,7 @@
|
|
return null;
|
|
}).join());
|
|
this.functions = builder.build();
|
|
- this.tags = this.tagsLoader.build((Map<ResourceLocation, List<TagLoader.EntryWithSource>>)intermediate.getFirst());
|
|
+ this.tags = this.tagsLoader.build((Map<ResourceLocation, List<TagLoader.EntryWithSource>>)intermediate.getFirst(), null); // Paper - command function tags are not implemented yet
|
|
},
|
|
applyExecutor
|
|
);
|