diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-08 00:20:05 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-08 00:20:05 +0800 |
| commit | 28adfa726bcdb27eea4ffa39962c881d5c3d929b (patch) | |
| tree | 47976693fe01ae4b81b18dae50cb61589dcf70d9 /src/main/resources/assets | |
| parent | f893515dd0c8b6bd54acde91fd1000ca984a81cd (diff) | |
| download | RoughlyEnoughItems-28adfa726bcdb27eea4ffa39962c881d5c3d929b.tar.gz RoughlyEnoughItems-28adfa726bcdb27eea4ffa39962c881d5c3d929b.tar.bz2 RoughlyEnoughItems-28adfa726bcdb27eea4ffa39962c881d5c3d929b.zip | |
Adds Composting Recipes
Diffstat (limited to 'src/main/resources/assets')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 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 49659dc77..8bad0875e 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -26,6 +26,9 @@ "category.rei.brewing.input": "Original Potion", "category.rei.brewing.reactant": "Ingredient", "category.rei.brewing.result": "Resulted Potion", + "category.rei.composting": "Composting", + "text.rei.composting.chance": "§e%d%% Chance", + "text.rei.composting.page": "Page %d", "text.rei.config": "Config", "text.rei.config_tooltip": "Open Config Screen\n§7Shift-Click to toggle cheat mode", "text.rei.config.side_search_box": "Side Search Box: ", |
