-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# MinecraftTabPatcher | ||
This patcher fixes a bug in Minecraft 1.13 and 1.14 where you are unable to close the inventory with tab if you use tab as your inventory key. | ||
# Minecraft Tab Patcher | ||
This tool fixes a bug in Minecraft 1.13 and 1.14 where you are unable to close the inventory if you use 'tab' as your inventory key. | ||
|
||
## Why should i use this tool? | ||
This tool is only for people who want to use the 'tab' key to open and close the inventory in Minecraft. Since Minecraft 1.13 you can no longer close the inventory with 'tab'. The game will focus the new recipe book button instead. | ||
|
||
The game will not check your keyboard bindings if there is a system key with higher priority. This tool will disable 'tab' as a system key in Minecraft. | ||
|
||
**This comes with a trade off: As saied: You won't be able to use 'tab' to switch to the next ui element anymore. And i mean in every screen in the entire application!** | ||
|
||
### Couldn't this be a mod too? | ||
The tools to create Minecraft 1.13 or 1.14 mods haven't been released yet. I failed to update MCP *(Mod Coder Pack)* by hand. So I created my own patcher to fix the bug in any version of Minecraft. Even in other mods! You can also patch an OptiFine or a Forge version. Try it out! | ||
|
||
## How does it work? | ||
* Download and extract the tool. | ||
* Run *MinecraftTabPatcher.exe*. | ||
* Read the instructions carefully and press any key to continue. | ||
* Select the base Minecraft version you want to patch. | ||
* The tool will create a new Minecraft version. Wait. | ||
* Start the Minecraft launcher. | ||
* Create a new profile. | ||
* Choose the new created version and save the profile. | ||
* Now run your new profile in the luncher. | ||
* Bind your inventory to 'tab'. | ||
* Start a world. | ||
* Open and close your inventory by pressing the 'tab' key. It will work. | ||
* Party hard! |