diff options
| author | Shnupbups <shnupbups@gmail.com> | 2020-08-22 22:02:39 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-08-22 22:02:39 +0800 |
| commit | a2df00581046648bcfcd99bb37dcbaaf87eb951a (patch) | |
| tree | d79478235f296c18693c358db414faa9a581cd62 /src/main/resources | |
| parent | 28b5f0d67e4e7e87063c613dbe60849f86b58edf (diff) | |
| download | RoughlyEnoughItems-a2df00581046648bcfcd99bb37dcbaaf87eb951a.tar.gz RoughlyEnoughItems-a2df00581046648bcfcd99bb37dcbaaf87eb951a.tar.bz2 RoughlyEnoughItems-a2df00581046648bcfcd99bb37dcbaaf87eb951a.zip | |
Tilling and Pathing (#403)
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 |
1 files changed, 2 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 0a089290a..65b5eda41 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -31,6 +31,8 @@ "category.rei.stripping": "Stripping", "category.rei.smithing": "Smithing", "category.rei.beacon_base": "Beacon Base", + "category.rei.tilling": "Tilling", + "category.rei.pathing": "Pathing", "category.rei.information": "Information", "text.rei.composting.chance": "§e%d%% Chance", "text.rei.composting.page": "Page %d", |
