From 5a4dd8bb6a1dc75146d93d310e97633d0fcb98aa Mon Sep 17 00:00:00 2001 From: Matsv Date: Thu, 8 Jun 2017 18:43:23 +0200 Subject: [PATCH] ILLUSION_ILLAGER -> EVOCATION_ILLAGER (Better suggestions are welcome, bow will be invisible with the current entity.) --- .../protocol1_12to1_11_1/packets/EntityPackets1_12.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_12to1_11_1/packets/EntityPackets1_12.java b/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_12to1_11_1/packets/EntityPackets1_12.java index ac2a4457..8b9df921 100644 --- a/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_12to1_11_1/packets/EntityPackets1_12.java +++ b/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_12to1_11_1/packets/EntityPackets1_12.java @@ -341,8 +341,8 @@ public class EntityPackets1_12 extends EntityRewriter { @Override protected void registerRewrites() { - // Todo handle IllusionIllager and do research what it is regEntType(EntityType.PARROT, EntityType.BAT).spawnMetadata(storage -> storage.add(new Metadata(12, MetaType1_12.Byte, (byte) 0x00))); + regEntType(EntityType.ILLUSION_ILLAGER, EntityType.EVOCATION_ILLAGER); // Parrot remove animal metadata registerMetaHandler().filter(EntityType.PARROT, 12).removed(); // Is baby