diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 21:28:36 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 21:28:36 +0800 |
| commit | dfa3067117e96aa630a88952f0e5d4535bee8bf3 (patch) | |
| tree | 21550ef69e146b18158be0c49a2a7fcf581bcc90 /src/main/resources | |
| parent | 936dc5f6dc09ad9a552728f9db06f11b4828bad2 (diff) | |
| download | RoughlyEnoughItems-dfa3067117e96aa630a88952f0e5d4535bee8bf3.tar.gz RoughlyEnoughItems-dfa3067117e96aa630a88952f0e5d4535bee8bf3.tar.bz2 RoughlyEnoughItems-dfa3067117e96aa630a88952f0e5d4535bee8bf3.zip | |
Basic Config
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/textures/gui/display.png | bin | 1339 -> 8345 bytes | |||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 | ||||
| -rwxr-xr-x | src/main/resources/roughlyenoughitems.client.json | 3 |
4 files changed, 5 insertions, 6 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index ddd5edbe0..743dde664 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -17,8 +17,7 @@ "category.rei.brewing.result": "§eResulted Potion", "text.rei.config": "Config", "text.rei.listeningkey": "Listening Key", - "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.centre_searchbox": "Right Search Box: ", "text.rei.cheat_items": "Given [%s] x%d to %s.", "text.rei.failed_cheat_items": "§cFailed to give items.", "text.rei.list_ordering": "Item List Ordering", @@ -30,8 +29,7 @@ "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.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", + "text.rei.enable_craftable_only": "Enable Craftable Only: ", "text.rei.showing_craftable": "Showing Craftable", "text.rei.showing_all": "Showing All", "text.rei.delete_items": "§cDelete Item" diff --git a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png Binary files differindex 24d2ce231..3af43e275 100644 --- a/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png +++ b/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0968e78d5..81ce03ca0 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.32", + "version": "2.0.0.33", "side": "client", "authors": [ "Danielshe" diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 7080277f7..2a88637e0 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -7,7 +7,8 @@ "MixinClientPlayNetworkHandler", "MixinPlayerInventoryGui", "MixinCraftingTableGui", - "MixinCreativePlayerInventoryGui" + "MixinCreativePlayerInventoryGui", + "MixinBrewingRecipeRegistry" ], "injectors": { "defaultRequire": 1 |
