aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-03-20 16:40:39 +0800
committershedaniel <daniel@shedaniel.me>2021-03-20 16:40:39 +0800
commit2cd3f0737b2008e37f8eaadf479312c60d36e7bc (patch)
tree94766ef4f9f33c66d28678e052cfb27d48f4094a /src/main/resources
parentdae95200cbb2eb3b8851ca955ffd770e0892dedd (diff)
downloadRoughlyEnoughItems-2cd3f0737b2008e37f8eaadf479312c60d36e7bc.tar.gz
RoughlyEnoughItems-2cd3f0737b2008e37f8eaadf479312c60d36e7bc.tar.bz2
RoughlyEnoughItems-2cd3f0737b2008e37f8eaadf479312c60d36e7bc.zip
Allow customizing what part of REI should animate, disable config screen animation by default
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index f4ff589cf..267ddda7a 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -132,7 +132,10 @@
"config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
"config.roughlyenoughitems.cheatingStyle.grab": "Grab",
"config.roughlyenoughitems.cheatingStyle.give": "Give",
- "config.roughlyenoughitems.reducedMotion": "Reduced Motion:",
+ "config.roughlyenoughitems.motion": "Animation / Motion Settings",
+ "config.roughlyenoughitems.motion.configScreenAnimation": "Config Screen Animated:",
+ "config.roughlyenoughitems.motion.creditsScreenAnimation": "Credits Screen Animated:",
+ "config.roughlyenoughitems.motion.favoritesAnimation": "Favorites Animated:",
"config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:",
"config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Not Set",