diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-06-19 15:12:37 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-06-19 15:12:37 +0800 |
| commit | 463197999f1711ffd453b7246bdc580f9dde3390 (patch) | |
| tree | 2fb28fcb7460465bfa5c230a0628bd26e6ca19b6 /src/main/resources/assets/roughlyenoughitems/lang | |
| parent | 83b53bec070bd595ea8118b6a68979c0b5a180ed (diff) | |
| download | RoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.tar.gz RoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.tar.bz2 RoughlyEnoughItems-463197999f1711ffd453b7246bdc580f9dde3390.zip | |
Add smithing recipes, close #352
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems/lang')
| -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 f90985f88..b4eda390e 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -28,6 +28,7 @@ "category.rei.brewing.result": "Resulted Potion", "category.rei.composting": "Composting", "category.rei.stripping": "Stripping", + "category.rei.smithing": "Smithing", "category.rei.beacon_base": "Beacon Base", "category.rei.information": "Information", "text.rei.composting.chance": "§e%d%% Chance", |
