diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-20 16:40:39 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-20 16:40:39 +0800 |
| commit | 2cd3f0737b2008e37f8eaadf479312c60d36e7bc (patch) | |
| tree | 94766ef4f9f33c66d28678e052cfb27d48f4094a /src/main/resources | |
| parent | dae95200cbb2eb3b8851ca955ffd770e0892dedd (diff) | |
| download | RoughlyEnoughItems-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-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 5 |
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", |
