From a2df00581046648bcfcd99bb37dcbaaf87eb951a Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Sat, 22 Aug 2020 22:02:39 +0800 Subject: Tilling and Pathing (#403) Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main') 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", -- cgit