diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-04 21:37:43 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-04 21:37:43 +0800 |
| commit | 33cd995b1f884b3275d6e6da1674a2e3b8fc3c63 (patch) | |
| tree | 02b7456330062490c241bc33f381b25ca37a3b03 /src/main/resources/assets/roughlyenoughitems | |
| parent | c45432d9460c1f0b1caad955e57282b69754d7e6 (diff) | |
| download | RoughlyEnoughItems-33cd995b1f884b3275d6e6da1674a2e3b8fc3c63.tar.gz RoughlyEnoughItems-33cd995b1f884b3275d6e6da1674a2e3b8fc3c63.tar.bz2 RoughlyEnoughItems-33cd995b1f884b3275d6e6da1674a2e3b8fc3c63.zip | |
wut is this
Diffstat (limited to 'src/main/resources/assets/roughlyenoughitems')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 81e288f54..2b7cce4e9 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -20,5 +20,12 @@ "text.rei.centre_searchbox": "Center Search Box: %s%b", "text.rei.centre_searchbox.tooltip": "Please restart Minecraft after editing\nthis config to apply the changes", "text.rei.cheat_items": "Given [%s] x%d to %s.", - "text.rei.failed_cheat_items": "§cFailed to give items." + "text.rei.failed_cheat_items": "§cFailed to give items.", + "text.rei.list_ordering": "Item List Ordering", + "text.rei.list_ordering_button": "%s [%s]", + "ordering.rei.ascending": "Ascending", + "ordering.rei.descending": "Descending", + "ordering.rei.registry": "Registry", + "ordering.rei.name": "Name", + "ordering.rei.item_groups": "Item Groups" }
\ No newline at end of file |
