aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-11-07 17:38:48 +0800
committershedaniel <daniel@shedaniel.me>2024-04-16 00:38:18 +0900
commitd8008dc4e83afc5428814e95c7c2a456c608e053 (patch)
treee322284c983bbf8f5ed5e758e3fe94e694441410 /runtime/src/main/resources
parent54ffa6bc8868e8e5e1337806d0a681b316096cde (diff)
downloadRoughlyEnoughItems-d8008dc4e83afc5428814e95c7c2a456c608e053.tar.gz
RoughlyEnoughItems-d8008dc4e83afc5428814e95c7c2a456c608e053.tar.bz2
RoughlyEnoughItems-d8008dc4e83afc5428814e95c7c2a456c608e053.zip
Implement Config Search
Diffstat (limited to 'runtime/src/main/resources')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json1
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.pngbin0 -> 220 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 4937b183d..abb922c40 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -462,6 +462,7 @@
"config.rei.value.trueFalse.true": "True",
"config.rei.value.enabledDisabled.false": "Disabled",
"config.rei.value.enabledDisabled.true": "Enabled",
+ "config.rei.texts.search_options": "Search options...",
"config.rei.texts.preview": "Preview...",
"config.rei.texts.configure": "Configure...",
"config.rei.texts.details": "Details...",
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
--- /dev/null
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/search_options.png
Binary files differ