We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285dcdd commit 38080fcCopy full SHA for 38080fc
common/src/main/java/com/viaversion/viabackwards/protocol/v1_21_11to1_21_9/Protocol1_21_11To1_21_9.java
@@ -142,6 +142,8 @@ protected void registerPackets() {
142
TagUtil.removeNamespaced(effects, "post_piercing_attack");
143
}
144
});
145
+ registryDataRewriter.remove("zombie_nautilus_variant");
146
+ registryDataRewriter.remove("timeline");
147
registerClientbound(ClientboundConfigurationPackets1_21_9.REGISTRY_DATA, registryDataRewriter::handle);
148
149
tagRewriter.removeTags("timeline");
0 commit comments