From 9ea4a22e9a194fd8fdc2fb03226ab38ee175a6cc Mon Sep 17 00:00:00 2001 From: shedaniel Date: Mon, 26 Oct 2020 10:49:27 +0800 Subject: Favorites Dragging Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index d551b2cc3..65197dfbb 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -99,6 +99,8 @@ "text.rei.view_recipes_for": "View Recipes for %s", "text.rei.subsets": "Subsets", "text.rei.tiny_potato": "Tiny Potatoz", + "text.rei.add_favorite_widget": "Add...", + "favorite.section.gamemode": "Game Mode", "tooltip.rei.fluid_amount": "ยง7%d Unit", "msg.rei.copied_recipe_id": "Copied Recipe Identifier", "msg.rei.recipe_id_details": "Recipe ID: %s", @@ -127,6 +129,7 @@ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", "config.roughlyenoughitems.cheatingStyle.grab": "Grab", "config.roughlyenoughitems.cheatingStyle.give": "Give", + "config.roughlyenoughitems.reducedMotion": "Reduced Motion:", "config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", -- cgit