diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-26 03:33:14 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-28 03:21:12 +0800 |
| commit | 57a1b48efff20922a4f2cbe3561f1034da2db0fb (patch) | |
| tree | dd59f5c693083a3fa709970982482246656e7597 /runtime/src/main/resources | |
| parent | 493334f3e4afcb83b1e8080ac4276eb14854ae14 (diff) | |
| download | RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.tar.gz RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.tar.bz2 RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.zip | |
WIP on Tag Category, add Overflow Widget
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 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 e5b6b8f0c..acbb8e558 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -60,6 +60,7 @@ "category.rei.wax_scraping": "Wax Scraping", "category.rei.oxidizing": "Oxidizing", "category.rei.oxidation_scraping": "Oxidation Scraping", + "category.rei.tag": "Tag", "category.rei.information": "Information", "text.rei.composting.chance": "§e%d%% Chance", "text.rei.composting.page": "Page %d", @@ -82,6 +83,8 @@ "text.auto_craft.move_items": "Move Items", "text.auto_craft.move_items.tooltip": "Ctrl-Click to Quick Craft", "text.auto_craft.move_items.yog": "Generate NullPointerException!!", + "text.rei.expand.view": "Open Expanded View", + "text.rei.tag.copy.clipboard": "Save Tag Tree to clipboard", "error.rei.transfer.too_small": "Unable to move items to a %dx%d grid.", "error.rei.not.on.server": "REI is not on the server.", "error.rei.not.enough.materials": "Not enough materials.", |
