Skip to content

Commit

Permalink
nonpriv ELECTRIC BOOGALOO
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 5, 2023
1 parent c70642e commit 4b1edaf
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import at.hannibal2.skyhanni.config.HasLegacyId;
import com.google.gson.annotations.Expose;
import io.github.moulberry.moulconfig.annotations.Accordion;
import io.github.moulberry.moulconfig.annotations.ConfigEditorDraggableList;
import io.github.moulberry.moulconfig.annotations.ConfigOption;

Expand Down Expand Up @@ -65,4 +66,9 @@ public enum ItemNumberEntry implements HasLegacyId {
@Override public String toString() { return str; }
@Override public int getLegacyId() { return legacyId; }
}
}

@Expose
@Accordion
@ConfigOption(name = "Stack Size in Menus", desc = "")
public StackSizeMenuConfig menu = new StackSizeMenuConfig();
}

0 comments on commit 4b1edaf

Please sign in to comment.