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.json6
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 6fa6054e4..ddd5edbe0 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -1,8 +1,8 @@
{
"key.rei.category": "Roughly Enough Items",
- "key.rei.recipe": "Show Recipe",
- "key.rei.hide": "Hide/Show REI",
- "key.rei.use": "Show Uses",
+ "key.roughlyenoughitems.recipe_keybind": "Show Recipe",
+ "key.roughlyenoughitems.hide_keybind": "Hide/Show REI",
+ "key.roughlyenoughitems.usage_keybind": "Show Uses",
"text.rei.cheat": "Cheat",
"text.rei.nocheat": "§4§mCheat",
"text.rei.mod": "§9§o%s",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 119afad60..66b8d3f9a 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": "2.0.0.30",
+ "version": "2.0.0.31",
"side": "client",
"authors": [
"Danielshe"