aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json9
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
2 files changed, 9 insertions, 2 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
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 6dc51e92a..d70dfde17 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,7 +2,7 @@
"id": "roughlyenoughitems",
"name": "RoughlyEnoughItems",
"description": "To allow players to view items and recipes.",
- "version": "1.4",
+ "version": "1.5",
"side": "client",
"authors": [
"Danielshe"