From 888c26c12df75ddbce1f3cc568e25ae0f59ba109 Mon Sep 17 00:00:00 2001 From: LCastr0 Date: Wed, 5 Apr 2017 18:51:21 -0300 Subject: [PATCH] Changed icon of bunny pet --- Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java b/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java index d92a14687..3f54bc966 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java @@ -34,7 +34,7 @@ public enum PetType CUPID_PET("Cupid", EntityType.ZOMBIE, -17, "Sometimes you need a little extra help finding true Love. Why not have Cupid help you out?", Material.BOW, (byte) 0), TRUE_LOVE_PET("True Love", EntityType.ZOMBIE, -14, "Sometimes love means chasing the person of your dreams until you catch them.", Material.APPLE, YearMonth.of(2017, Month.FEBRUARY)), LEPRECHAUN("Leprechaun", EntityType.ZOMBIE, -18, "Apparently this little guy lost his Pot of Gold in the war.", SkinData.LEPRECHAUN.getSkull()), - KILLER_BUNNY("Killer Bunny", EntityType.RABBIT, -19, "The Eater Bunny's less talked about brother Devin was a bit less fun to hang out with.") + KILLER_BUNNY("Killer Bunny", EntityType.RABBIT, -19, "The Eater Bunny's less talked about brother Devin was a bit less fun to hang out with.", Material.RABBIT_FOOT, (byte) 0) // TODO CHECK IF LOBBY IS 1.9+ // Not in this update //SHULKER("Shulker Pet", EntityType.BAT, 0, "Is it a turtle or an alien? Either way its shot can be really UPLIFTING.")