aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-11-05 17:27:31 +0800
committershedaniel <daniel@shedaniel.me>2020-11-15 18:57:44 +0800
commitda29cc9d38354f1cbe45ffbcfdc325b0468f13cd (patch)
treed098bce4546caf9c8477623d1a2ec3be6fce0f29 /src
parentf402bb1719437dff1eb209ab6046727168944adc (diff)
downloadRoughlyEnoughItems-da29cc9d38354f1cbe45ffbcfdc325b0468f13cd.tar.gz
RoughlyEnoughItems-da29cc9d38354f1cbe45ffbcfdc325b0468f13cd.tar.bz2
RoughlyEnoughItems-da29cc9d38354f1cbe45ffbcfdc325b0468f13cd.zip
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 <daniel@shedaniel.me>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json2
1 files changed, 2 insertions, 0 deletions
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",