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.json4
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.pngbin4854 -> 6481 bytes
-rwxr-xr-xsrc/main/resources/fabric.mod.json2
3 files changed, 4 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 2b034fdaf..4249361f5 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -29,5 +29,7 @@
"ordering.rei.name": "Name",
"ordering.rei.item_groups": "Item Groups",
"text.auto_craft.wrong_gui": "§cCan't auto craft in this inventory!",
- "text.auto_craft.crafting.too_small": "§cThis inventory is too small!"
+ "text.auto_craft.crafting.too_small": "§cThis inventory is too small!",
+ "text.rei.enable_craftable_only.button": "Craftable Only: %s%b",
+ "text.rei.enable_craftable_only.tooltip": "Please resize the window after editing\nthis config to apply the changes"
} \ No newline at end of file
diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
index af6b22e6f..958fd495f 100755
--- a/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
+++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png
Binary files differ
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index d70dfde17..315d953a7 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.5",
+ "version": "1.5.1",
"side": "client",
"authors": [
"Danielshe"