From ea618dbde55b640576c364086bb789bd06563974 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 22 Oct 2023 23:15:56 +0800 Subject: Add selector --- .../resources/assets/roughlyenoughitems/lang/en_us.json | 1 + .../roughlyenoughitems/textures/gui/config/selector.png | Bin 0 -> 175 bytes 2 files changed, 1 insertion(+) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png (limited to 'runtime/src/main/resources') 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 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/selector.png differ -- cgit