diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-03-07 23:13:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-03-07 23:13:49 +0800 |
| commit | 20a0d31befa8120688b77faf189748ca4c0b9e07 (patch) | |
| tree | e7d3fd477e44daea5949fa2e7880ba39db2c78fb /src/main/resources/assets | |
| parent | 8cd1f1a9804f980c1666079c99bafb6330c77723 (diff) | |
| download | RoughlyEnoughItems-20a0d31befa8120688b77faf189748ca4c0b9e07.tar.gz RoughlyEnoughItems-20a0d31befa8120688b77faf189748ca4c0b9e07.tar.bz2 RoughlyEnoughItems-20a0d31befa8120688b77faf189748ca4c0b9e07.zip | |
option to disable recipe book
Diffstat (limited to 'src/main/resources/assets')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 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 2ad8d7ab9..e7137d51b 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -53,6 +53,7 @@ "text.rei.config.appearance": "Appearance", "text.rei.config.modules": "Modules", "text.rei.config.advanced": "Advanced", + "text.rei.config.disable_recipe_book": "Disable Recipe Book:", "text.rei.choose_page": "Choose Page", "text.rei.config.disable_credits_button": "Disable Credits Button:", "text.rei.config.max_recipes_per_page": "Maximum Recipes Each Page:", |
