aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-10-22 23:15:56 +0800
committershedaniel <daniel@shedaniel.me>2024-04-16 00:38:18 +0900
commitea618dbde55b640576c364086bb789bd06563974 (patch)
treeac5e03a4af3c88d68aa18bc53513957e7b46a7e4 /runtime/src/main/resources
parent03fc341975d5bfe4d09b56fe2523ddc91d702b2a (diff)
downloadRoughlyEnoughItems-ea618dbde55b640576c364086bb789bd06563974.tar.gz
RoughlyEnoughItems-ea618dbde55b640576c364086bb789bd06563974.tar.bz2
RoughlyEnoughItems-ea618dbde55b640576c364086bb789bd06563974.zip
Add selector
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/selector.pngbin0 -> 175 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 9eeddb001..883b778e2 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -372,6 +372,7 @@
"config.rei.options.groups.reset.reset": "Reset",
"config.rei.options.reset.reset_all_options": "Reset All Options",
"config.rei.options.reset.reset_all_options.desc": "This is an extremely destructive operation. This resets all REI options as the factory state, and cannot be reversed.",
+ "config.rei.value.default": "%s (Default)",
"config.rei.value.trueFalse.false": "False",
"config.rei.value.trueFalse.true": "True",
"config.rei.value.enabledDisabled.false": "Disabled",
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
--- /dev/null
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png
Binary files differ