Skip to content

Commit

Permalink
Add NewYearCakeAdder to the adders array in SlotTextManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Emirlol committed Oct 21, 2024
1 parent 0e3449e commit 8ae2271
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public class SlotTextManager {
new BazaarHelper(),
new StatsTuningAdder(),
ChocolateFactorySolver.INSTANCE,
new EvolvingItemAdder()
new EvolvingItemAdder(),
new NewYearCakeAdder()
};
private static final ArrayList<SlotTextAdder> currentScreenAdders = new ArrayList<>();
private static final KeyBinding keyBinding = KeyBindingHelper.registerKeyBinding(new KeyBinding("key.skyblocker.slottext", GLFW.GLFW_KEY_LEFT_ALT, "key.categories.skyblocker"));
Expand Down

0 comments on commit 8ae2271

Please sign in to comment.