From 503b4827a9e0a4603f34f5213db68650f7516cf0 Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 26 Jun 2020 16:19:42 -0700 Subject: [PATCH] Version for 1.16.1 Minecraft --- pom.xml | 2 +- src/main/java/world/bentobox/limits/commands/LimitPanel.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2214e9d..7598d66 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 2.0.2 - 1.15.2-R0.1-SNAPSHOT + 1.16.1-R0.1-SNAPSHOT 1.14.0-SNAPSHOT ${build.version}-SNAPSHOT diff --git a/src/main/java/world/bentobox/limits/commands/LimitPanel.java b/src/main/java/world/bentobox/limits/commands/LimitPanel.java index 07d5fcd..88b2420 100644 --- a/src/main/java/world/bentobox/limits/commands/LimitPanel.java +++ b/src/main/java/world/bentobox/limits/commands/LimitPanel.java @@ -33,7 +33,6 @@ public class LimitPanel { // This maps the entity types to the icon that should be shown in the panel // If the icon is null, then the entity type is not covered by the addon private static final Map E2M = ImmutableMap.builder() - .put(EntityType.PIG_ZOMBIE, Material.ZOMBIE_PIGMAN_SPAWN_EGG) .put(EntityType.MUSHROOM_COW, Material.MOOSHROOM_SPAWN_EGG) .put(EntityType.SNOWMAN, Material.SNOW_BLOCK) .put(EntityType.IRON_GOLEM, Material.IRON_BLOCK)