mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-20 05:14:20 +00:00
14 lines
429 B
Diff
14 lines
429 B
Diff
--- a/net/minecraft/server/TagRegistry.java
|
|
+++ b/net/minecraft/server/TagRegistry.java
|
|
@@ -38,6 +38,11 @@
|
|
TagsBlock.a((Tags) this.a);
|
|
TagsItem.a((Tags) this.b);
|
|
TagsFluid.a((Tags) this.c);
|
|
+ // CraftBukkit start
|
|
+ this.a.version++;
|
|
+ this.b.version++;
|
|
+ this.c.version++;
|
|
+ // CraftBukkit end
|
|
}
|
|
|
|
public void a(PacketDataSerializer packetdataserializer) {
|