Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulttuuri/quick-hotbar-mod
Quick Hotbar is a Minecraft Forge mod that makes managing items easy.
https://github.com/kulttuuri/quick-hotbar-mod
Last synced: 9 days ago
JSON representation
Quick Hotbar is a Minecraft Forge mod that makes managing items easy.
- Host: GitHub
- URL: https://github.com/kulttuuri/quick-hotbar-mod
- Owner: kulttuuri
- License: mit
- Created: 2015-06-13T17:00:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T18:47:57.000Z (over 7 years ago)
- Last Synced: 2024-10-10T18:54:06.086Z (26 days ago)
- Language: Java
- Homepage: http://quickhotbar.com
- Size: 241 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quick Hotbar Mod
This is a Forge Mod for Minecraft that works with Minecraft versions 1.6.4, 1.7.2, 1.7.10, 1.8, 1.8.9, 1.9, 1.9.4, 1.10, 1.10.2 1.11, 1.11.1 and 1.11.2. **Note: Actual code for the mod can be found from branches that are named by Minecraft versions.**
![Screenshot](http://i.imgur.com/6v1kdQ7.png)
> Have you ever been building that epic structure or map and you find yourself spending so much time swapping out blocks into the 9 slots you have been given? Me too! So with this mod, while holding down left CTRL you will see a preview of all 27 inventory slots. Use your mouse wheel to toggle inventory rows up or down. As you are doing this, you will get a preview of your inventory slots in game. And with the latest version you can also hold down number and switch items in just one column. Cool, huh? :)
## Download
Actual download of this mod which you can use with your Minecraft can be found from [quickhotbar.com](http://www.quickhotbar.com/).
## Develop
To develop this mod further / do your changes, do this:
1. Fork the project.
2. Switch to branch for which Minecraft version you want to develop for.
3. Download Minecraft Forge for that Minecraft version.
4. Install Minecraft Forge.
5. Move the src/ folder to minecraftforge's src folder.
6. Go!## More Information
[quickhotbar.com](http://www.quickhotbar.com/) or [Minecraft Forum Thread](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2143847-quick-hotbar-mod).## License
Source code is licensed under MIT. See file [LICENSE.md](LICENSE.md) for more information.