aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-12 00:45:21 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-12 00:45:21 +0800
commit1ac6e0efb3ef837634e23b897ec9dcd826357462 (patch)
treed852845a9a2320b49ece225ce60e23b1fdd167e0 /src/main/resources
parentc0dd3fc336fdd0fe3dd9a705c2e8256f72de4869 (diff)
downloadRoughlyEnoughItems-2.0.0.31.tar.gz
RoughlyEnoughItems-2.0.0.31.tar.bz2
RoughlyEnoughItems-2.0.0.31.zip
KeyBindsv2.0.0.31
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"