diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-12-25 18:59:49 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:17 +0900 |
| commit | 89d25568036a31f58fa40e3209a1b9dd05277c65 (patch) | |
| tree | b51387e3d136d5d459de54f79004bb58088d0db9 /runtime/src/main/resources/assets/roughlyenoughitems | |
| parent | b0b36e7b82272b938098fb700faea4af4ec253c9 (diff) | |
| download | RoughlyEnoughItems-89d25568036a31f58fa40e3209a1b9dd05277c65.tar.gz RoughlyEnoughItems-89d25568036a31f58fa40e3209a1b9dd05277c65.tar.bz2 RoughlyEnoughItems-89d25568036a31f58fa40e3209a1b9dd05277c65.zip | |
Fix #1281
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 2 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 21f017573..219e18fc5 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -22,6 +22,7 @@ "text.rei.searching": "REI searching results...", "text.rei.searching.step": "This is slower on the first search.\nProgress: %s%%", "text.rei.config.menu.dark_theme": "Dark Theme", + "text.rei.config.menu.reduced_motion": "Reduced Motion", "text.rei.config.menu.craftable_filter": "Craftable Filter", "text.rei.config.menu.display": "Display Settings...", "text.rei.config.menu.display.remove_recipe_book": "Remove Recipe Book", @@ -221,6 +222,7 @@ "config.roughlyenoughitems.cheating": "Cheating:", "config.roughlyenoughitems.cheating.when_creative": "During Creative Mode", "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", + "config.roughlyenoughitems.reduceMotion": "Reduced Motion:", "config.roughlyenoughitems.keyBindings": "Keybindings", "config.roughlyenoughitems.keyBindings.recipeKeybind": "Show Recipe:", "config.roughlyenoughitems.keyBindings.hideKeybind": "Hide/Show REI:", |
