From ecf3079ca2622e538cc325fa6063401139881e12 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 5 Nov 2020 17:27:31 +0800 Subject: v5.8.0 Update - Config screen animations - Require dragging the favorites further before initializing the dragging phase - Require specific fabric modules to run instead of the whole API - Mark getPreviousContainerScreen as nullable - New config settings for setting entry list boundaries - Update fabric loader, auto config and cloth config versions Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets/roughlyenoughitems') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 65197dfbb..43ecda650 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -208,6 +208,8 @@ "config.roughlyenoughitems.scrollingEntryListWidget": "Entry List Action:", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated", + "config.roughlyenoughitems.horizontalEntriesBoundaries": "Horizontal Entries Boundaries:", + "config.roughlyenoughitems.verticalEntriesBoundaries": "Vertical Entries Boundaries:", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", -- cgit