From 499a371c4972a135aeb710ccde6bfb23482ebe4f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 25 Dec 2022 00:15:18 +0800 Subject: Fix #333 and implement some of #509 (Dye Armor, Clone Banner, Clone Book, Firework Rocket, Clone Map, Extend Map, Decorate Shield, Dye Shulker Box, Suspicious Stew) --- .../assets/roughlyenoughitems/textures/gui/info.png | Bin 0 -> 4958 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png new file mode 100644 index 000000000..50ef593ec Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/info.png differ -- cgit From 5fcf2698503b1eecae6b8f5abf79afbb11bc6f6e Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 7 Jun 2023 02:17:16 +0800 Subject: Initial Work on Config UI Rework --- .../textures/gui/config/accessibility.png | Bin 0 -> 223 bytes .../roughlyenoughitems/textures/gui/config/appearance.png | Bin 0 -> 251 bytes .../roughlyenoughitems/textures/gui/config/cheats.png | Bin 0 -> 211 bytes .../roughlyenoughitems/textures/gui/config/debug.png | Bin 0 -> 217 bytes .../roughlyenoughitems/textures/gui/config/favorites.png | Bin 0 -> 218 bytes .../roughlyenoughitems/textures/gui/config/filtering.png | Bin 0 -> 186 bytes .../roughlyenoughitems/textures/gui/config/keybinds.png | Bin 0 -> 238 bytes .../roughlyenoughitems/textures/gui/config/layout.png | Bin 0 -> 240 bytes .../roughlyenoughitems/textures/gui/config/list.png | Bin 0 -> 159 bytes .../textures/gui/config/performance.png | Bin 0 -> 202 bytes .../roughlyenoughitems/textures/gui/config/search.png | Bin 0 -> 199 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/accessibility.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/appearance.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/cheats.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/debug.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/favorites.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/filtering.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/layout.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/list.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/performance.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/accessibility.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/accessibility.png new file mode 100644 index 000000000..a4f181186 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/accessibility.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/appearance.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/appearance.png new file mode 100644 index 000000000..e0b3f0b80 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/appearance.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/cheats.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/cheats.png new file mode 100644 index 000000000..7721425da Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/cheats.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/debug.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/debug.png new file mode 100644 index 000000000..58c3d4cf0 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/debug.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/favorites.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/favorites.png new file mode 100644 index 000000000..7d71ec1f3 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/favorites.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/filtering.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/filtering.png new file mode 100644 index 000000000..bd7e580b4 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/filtering.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png new file mode 100644 index 000000000..beec65770 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/layout.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/layout.png new file mode 100644 index 000000000..f0a5b3beb Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/layout.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/list.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/list.png new file mode 100644 index 000000000..c3398beda Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/list.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/performance.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/performance.png new file mode 100644 index 000000000..0e00fffe6 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/performance.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search.png new file mode 100644 index 000000000..f98d4aa9c Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search.png differ -- cgit From 15d945b7dfc1667965fb07823cb37b5a5062bb75 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 2 Sep 2023 00:39:22 +0800 Subject: Add flags and reset --- .../roughlyenoughitems/textures/gui/config/flags.png | Bin 0 -> 174 bytes .../roughlyenoughitems/textures/gui/config/reset.png | Bin 0 -> 183 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png new file mode 100644 index 000000000..c102f5784 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png new file mode 100644 index 000000000..26c80b43e Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png differ -- cgit From ea618dbde55b640576c364086bb789bd06563974 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 22 Oct 2023 23:15:56 +0800 Subject: Add selector --- .../roughlyenoughitems/textures/gui/config/selector.png | Bin 0 -> 175 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png new file mode 100644 index 000000000..231b3170f Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png differ -- cgit From 54ffa6bc8868e8e5e1337806d0a681b316096cde Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 7 Nov 2023 14:09:52 +0800 Subject: Rename keybinds category to input, add category descriptions --- .../roughlyenoughitems/textures/gui/config/input.png | Bin 0 -> 238 bytes .../roughlyenoughitems/textures/gui/config/keybinds.png | Bin 238 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/input.png delete mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/input.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/input.png new file mode 100644 index 000000000..beec65770 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/input.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png deleted file mode 100644 index beec65770..000000000 Binary files a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/keybinds.png and /dev/null differ -- cgit From d8008dc4e83afc5428814e95c7c2a456c608e053 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 7 Nov 2023 17:38:48 +0800 Subject: Implement Config Search --- .../textures/gui/config/search_options.png | Bin 0 -> 220 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.png (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/textures/gui') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.png new file mode 100644 index 000000000..b7b3696ee Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.png differ -- cgit