diff options
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/en_gb.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json b/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json new file mode 100644 index 000000000..1973ea1db --- /dev/null +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json @@ -0,0 +1,10 @@ +{ + "text.rei.favorites": "Favourites", + "text.rei.favorites_tooltip": " \n§7Press %s to add this to favourites.", + "text.rei.remove_favorites_tooltip": " \n§7Press %s to remove this from favourites.", + "config.roughlyenoughitems.favoritesEnabled": "Favourites Enabled:", + "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favourite Entry:", + "config.roughlyenoughitems.search.searchFavorites": "Search Filter in Favourites:", + "config.roughlyenoughitems.tooltips.displayFavoritesTooltip": "Append Favourites Hint:", + "config.roughlyenoughitems.filteringRulesScreen": "Customised Filtering Rules" +} |
