diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-09-02 00:39:22 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:18 +0900 |
| commit | 15d945b7dfc1667965fb07823cb37b5a5062bb75 (patch) | |
| tree | 1400e4bf262b51c4dcdbf8973df1f031426e1afa /runtime/src/main/resources | |
| parent | c5705ad9e7195ae679bcebee5d0e876eec7c216d (diff) | |
| download | RoughlyEnoughItems-15d945b7dfc1667965fb07823cb37b5a5062bb75.tar.gz RoughlyEnoughItems-15d945b7dfc1667965fb07823cb37b5a5062bb75.tar.bz2 RoughlyEnoughItems-15d945b7dfc1667965fb07823cb37b5a5062bb75.zip | |
Add flags and reset
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 | ||||
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png | bin | 0 -> 174 bytes | |||
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png | bin | 0 -> 183 bytes |
3 files changed, 2 insertions, 1 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 7487dab04..97ac6e6b2 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -88,7 +88,7 @@ "text.rei.input.methods.default": "Default", "text.rei.input.methods.default.description": "The default input method. This does not transform the search term.", "text.rei.input.methods.jyutping": "Jyutping (Cantonese)", - "text.rei.input.methods.jyutping.description": "The input method for matching Chinese characters with Jyutping (Cantonese).", + "text.rei.input.methods.jyutping.description": "The input method for matching Chinese characters with Jyutping (Cantonese).", "text.rei.input.methods.pinyin": "Pinyin (Mandarin)", "text.rei.input.methods.pinyin.description": "The input method for matching Chinese characters with Pinyin (Mandarin).", "text.rei.input.methods.pinyin.fuzzy.matching": "Fuzzy Matching...", @@ -241,6 +241,7 @@ "config.rei.categories.filtering": "Filtering", "config.rei.categories.list": "List", "config.rei.categories.debug": "Debug", + "config.rei.categories.flags": "Feature Flags", "config.rei.categories.reset": "Reload & Reset", "config.rei.options.cheating_mode": "Cheating Mode", "config.rei.options.favorites": "Favorites", 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 Binary files differnew file mode 100644 index 000000000..c102f5784 --- /dev/null +++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/flags.png 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 Binary files differnew file mode 100644 index 000000000..26c80b43e --- /dev/null +++ b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/config/reset.png |
