diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-11-10 20:07:35 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-11-10 20:08:06 +0800 |
| commit | 7343b3cc169b52900c251eeab0e2baaeb82aaf45 (patch) | |
| tree | 7379b1cda76d76bbe800870e10b726e2bdb8c4d5 /runtime/src/main/resources | |
| parent | 2f2be7e3b8e5d99cf7a76ce51c13ad01be8ca309 (diff) | |
| download | RoughlyEnoughItems-7343b3cc169b52900c251eeab0e2baaeb82aaf45.tar.gz RoughlyEnoughItems-7343b3cc169b52900c251eeab0e2baaeb82aaf45.tar.bz2 RoughlyEnoughItems-7343b3cc169b52900c251eeab0e2baaeb82aaf45.zip | |
Fix #1751
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 4 |
1 files changed, 4 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 af68baab0..d6c807650 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -21,6 +21,10 @@ "text.rei.caching.search.step": "Step %d/%d (%s%%):", "text.rei.searching": "REI searching results...", "text.rei.searching.step": "This is slower on the first search.\nProgress: %s%%", + "text.rei.recipes.not.full.title": "Partial Recipes Data Warning", + "text.rei.recipes.not.full.desc": "REI does not have access to all recipes data!\nHere's what you can do:\n• If you are on a vanilla server and have operator permissions, running %s will unlock some recipes.\n• If you are on a modded server, ask the server owner to install REI on the server.", + "text.rei.recipes.not.full.desc.command": "/recipe give @p *", + "text.rei.recipes.not.full.button.okay": "Okay, I understand!", "text.rei.config.menu.dark_theme": "Dark Theme", "text.rei.config.menu.reduced_motion": "Reduced Motion", "text.rei.config.menu.craftable_filter": "Craftable Filter", |
