From a4dd773cb83c3b38b2cecf2cd7cfe9a98c0ad859 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Mon, 1 Jan 2018 21:21:46 +0100 Subject: [PATCH] Fixed month of Easter category to April --- src/me/mrCookieSlime/Slimefun/Lists/Categories.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/mrCookieSlime/Slimefun/Lists/Categories.java b/src/me/mrCookieSlime/Slimefun/Lists/Categories.java index ee3d4dc30..e29920a38 100644 --- a/src/me/mrCookieSlime/Slimefun/Lists/Categories.java +++ b/src/me/mrCookieSlime/Slimefun/Lists/Categories.java @@ -41,7 +41,7 @@ public class Categories { public static Category TOOLS = new Category(new MenuItem(Material.GOLD_PICKAXE, "&7Tools", 0, "open"), 1); public static SeasonCategory CHRISTMAS = new SeasonCategory(12, 1, new MenuItem(Material.NETHER_STAR, "&aC&ch&ar&ci&as&ct&am&ca&as", 0, ChatColor.translateAlternateColorCodes('&', "&chelp &aSanta"))); public static SeasonCategory VALENTINES_DAY = new SeasonCategory(2, 2, new MenuItem(Material.RED_ROSE, "&dValentine's Day", 0, ChatColor.translateAlternateColorCodes('&', "&dcelebrate Love"))); - public static SeasonCategory EASTER = new SeasonCategory(1, 2, new MenuItem(Material.EGG, "&6Easter", 0, ChatColor.translateAlternateColorCodes('&', "&apaint some Eggs"))); + public static SeasonCategory EASTER = new SeasonCategory(4, 2, new MenuItem(Material.EGG, "&6Easter", 0, ChatColor.translateAlternateColorCodes('&', "&apaint some Eggs"))); public static SeasonCategory BIRTHDAY = new SeasonCategory(10, 1, new MenuItem(Material.FIREWORK, "&a&lmrCookieSlime's Birthday &7(26th October)", 0, ChatColor.translateAlternateColorCodes('&', "&acelebrate with me"))); static {