3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-03 00:50:05 +02:00

Remove painting variant tags

Dieser Commit ist enthalten in:
Nassim Jahnke 2022-04-20 21:41:38 +02:00
Ursprung 8850d5c8ff
Commit d64b259b77
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -116,6 +116,7 @@ public final class Protocol1_18_2To1_19 extends BackwardsProtocol<ClientboundPac
final TagRewriter tagRewriter = new TagRewriter(this);
tagRewriter.removeTags("minecraft:cat_variant");
tagRewriter.removeTags("minecraft:painting_variant");
tagRewriter.renameTag(RegistryType.BLOCK, "minecraft:wool_carpets", "minecraft:carpets");
tagRewriter.renameTag(RegistryType.ITEM, "minecraft:wool_carpets", "minecraft:carpets");
tagRewriter.addEmptyTag(RegistryType.ITEM, "minecraft:occludes_vibration_signals");