diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-20 15:12:25 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-20 18:29:52 +0800 |
| commit | 8984313c6cd387dbb9448d5b1d824ab147a3b003 (patch) | |
| tree | 37c3a41d02faea0262a9e4ba7ca0157df48e5f02 /runtime/src/main/resources/assets | |
| parent | 3888befb3c38b9b10bd3f0c1446f13e9861b95e7 (diff) | |
| download | RoughlyEnoughItems-8984313c6cd387dbb9448d5b1d824ab147a3b003.tar.gz RoughlyEnoughItems-8984313c6cd387dbb9448d5b1d824ab147a3b003.tar.bz2 RoughlyEnoughItems-8984313c6cd387dbb9448d5b1d824ab147a3b003.zip | |
Allow filtering the displays with filtering rules
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 7b7c40c8f..229a6dd65 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -253,6 +253,7 @@ "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Plain (Underscored)", "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Colorful", "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Colorful (Underscored)", + "config.roughlyenoughitems.filtering.shouldFilterDisplays": "Should Filter Displays:", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", |
