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.json2
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
2 files changed, 3 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 f15d3d26c..ebc19ccad 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -3,6 +3,8 @@
"key.roughlyenoughitems.recipe_keybind": "Show Recipe",
"key.roughlyenoughitems.hide_keybind": "Hide/Show REI",
"key.roughlyenoughitems.usage_keybind": "Show Uses",
+ "key.roughlyenoughitems.next_page": "Next Page",
+ "key.roughlyenoughitems.previous_page": "Previous Page",
"text.rei.config.general": "General",
"text.rei.config.action": "Action",
"text.rei.config.cheating": "Cheating:",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index df2c2d1bb..8ff017fdc 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -17,7 +17,7 @@
"entrypoints": {
"client": [
"me.shedaniel.rei.RoughlyEnoughItemsCore",
- "me.shedaniel.rei.client.ClientHelper",
+ "me.shedaniel.rei.client.ClientHelperImpl",
"me.shedaniel.rei.client.ScreenHelper"
],
"main": [