diff options
| author | efefury <69400149+efefury@users.noreply.github.com> | 2022-06-11 21:18:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-11 15:18:41 -0400 |
| commit | ce23654aff4c315fde75d57c0cfde5b9e2d4bfe0 (patch) | |
| tree | f93e4e757bf96b3da244ec2b82fd4a626ee87092 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java | |
| parent | 63c8be57bf124fd5470b759abdf90d4db0c44b5f (diff) | |
| download | notenoughupdates-ce23654aff4c315fde75d57c0cfde5b9e2d4bfe0.tar.gz notenoughupdates-ce23654aff4c315fde75d57c0cfde5b9e2d4bfe0.tar.bz2 notenoughupdates-ce23654aff4c315fde75d57c0cfde5b9e2d4bfe0.zip | |
Trophy Fishing Tab (#163)
* trophy fishing
cool stuff
Co-Authored-By: jani270 <69345714+jani270@users.noreply.github.com>
* noob
* yep
bugs:
- not uploading when swapping profiles
- while hovering over lowest slot, left skulls have light issue
Co-Authored-By: jani270 <69345714+jani270@users.noreply.github.com>
* change when switching profiles
* things
lighting bugs
add trophy page to pageLayout on startup
disable dungeon map on startup
* map message
* 🤡 but ok
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
* i hate you iron
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Co-authored-by: Lulonaut <lulonaut@tutanota.de>
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java index 5d3b6532..49385d02 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java @@ -20,11 +20,7 @@ package io.github.moulberry.notenoughupdates.options.seperateSections; import com.google.gson.annotations.Expose; -import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorBoolean; -import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorButton; -import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorDraggableList; -import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigEditorFSR; -import io.github.moulberry.notenoughupdates.core.config.annotations.ConfigOption; +import io.github.moulberry.notenoughupdates.core.config.annotations.*; import java.util.ArrayList; import java.util.Arrays; @@ -71,10 +67,11 @@ public class ProfileViewer { "\u00a7ePets", "\u00a7eMining", "\u00a7eBingo", + "\u00a7eTrophy Fish", }, allowDeleting = false ) - public List<Integer> pageLayout = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7)); + public List<Integer> pageLayout = new ArrayList<>(Arrays.asList(0, 1, 2, 3, 4, 5, 6, 7, 8)); @Expose @ConfigOption( |
