diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-07 18:57:27 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-07 18:57:27 +0800 |
| commit | 7d145d3265d1de8daaccc13e8a50aa8930706790 (patch) | |
| tree | c0b028a5bd20a9b15b5334e3c39e5e6a4d50cc81 /src/main/resources/assets/roughlyenoughitems | |
| parent | a5ede4908ce20a76bec665e27fec20acdf716476 (diff) | |
| download | RoughlyEnoughItems-7d145d3265d1de8daaccc13e8a50aa8930706790.tar.gz RoughlyEnoughItems-7d145d3265d1de8daaccc13e8a50aa8930706790.tar.bz2 RoughlyEnoughItems-7d145d3265d1de8daaccc13e8a50aa8930706790.zip | |
3.2.15
Fix #199
Close #195
Close #138
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 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 59ff1bd47..61fd15223 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -60,6 +60,8 @@ "text.rei.choose_page": "Choose Page", "text.rei.gamemode_button.tooltip": "Switch Game Mode\n§7Switch to %s mode.\n\n§7Shift-Click to switch in a reverse cycle.", "text.rei.weather_button.tooltip": "Switch Weather\n§7Switch to %s.", + "text.rei.reload_config": "Reload Config", + "text.rei.config.is.reloading": "Config is reloading!", "text.rei.enabled": "Yes", "text.rei.disabled": "No", "text.rei.short_gamemode.survival": "S", @@ -140,6 +142,7 @@ "config.roughlyenoughitems.itemCheatingMode.rei_like": "Normal", "config.roughlyenoughitems.itemCheatingMode.jei_like": "Inverted", "config.roughlyenoughitems.appendModNames": "Append Mod Names:", + "config.roughlyenoughitems.snapToRows": "Entry List Snap To Rows:", "config.roughlyenoughitems.toastDisplayedOnCopyIdentifier": "Copy Identifier Toast:", "config.roughlyenoughitems.scrollingEntryListWidget": "Entry List Action:", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled", |
